Memory Pool Memory Pool Refreshing

1,232 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,761 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,225 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (99,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,914 807,914 00000000000000000000ab558f2a344f569bb1af1c896ca1920e2834699893e9 1.87 MB 5,219 14
807,913 807,913 0000000000000000000247191a9210a767dde0e066c3f34a81b61ea2761367b1 1.98 MB 6,061 14
807,912 807,912 00000000000000000002df7a12e6ae20e6707a06eaa5eba7378cb84a0a90fdad 1.58 MB 3,305 13
807,911 807,911 000000000000000000004e7c12294db06887226be9f1a7d23ee619a2d0f0d2cd 1.60 MB 2,490 17
807,910 807,910 00000000000000000004d76aa28bb7af07b7f01d2294ec480a69febfc7f7c781 1.50 MB 2,380 17
807,909 807,909 0000000000000000000001ac85e4288c2a1c9b6173704eb52e3807d7ff8d4e71 1.33 MB 1,409 20
807,908 807,908 00000000000000000002c5e736fb99be7e3ca291d7ef06170253e32971e0c84d 1.48 MB 2,821 27
807,907 807,907 00000000000000000001f5539e4e630db4ef69a85780e09660a4c576737605a2 1.84 MB 5,002 15
807,906 807,906 0000000000000000000373038a7b866eda8fcb10914ed043a19eae8c460dc345 2.06 MB 6,104 13
807,905 807,905 00000000000000000004a00983fbe561374e267520b1c11356e19e210463f214 1.73 MB 3,425 15
807,904 807,904 000000000000000000028ed8ab11757b2e13035b6c392d785010d6fed9841de5 1.54 MB 2,538 20
807,903 807,903 00000000000000000001a1630b71125be70b537fe36a60d85fa6d44df889f362 1.21 MB 1,524 15
807,902 807,902 000000000000000000042bf8a3f8ef7dc9d711cf797f471c65dce19dafc9ced2 2.04 MB 6,553 14
807,901 807,901 00000000000000000003b524a6209cd310d529fd7ce98cae53066eec903030db 1.73 MB 3,686 13
807,900 807,900 000000000000000000019fa63d7617789921c3680285ea8b3f39dc3c3dd940e8 1.27 MB 1,721 19
807,899 807,899 00000000000000000000b6200d69a379ad159d523c5191b697d2f01c578de5ce 1.89 MB 5,549 15
807,898 807,898 00000000000000000003b63d54a0a3152f62ba33da36790451ab87fe7187abb3 2.10 MB 6,805 13
807,897 807,897 00000000000000000003421f8420fd5a8c6f2f281ec65d8ad81260b83e68067c 1.41 MB 2,787 15
807,896 807,896 00000000000000000000ac743e2ddb826672c510b80f524fa08aa0b390a876a0 1.31 MB 1,947 17
807,895 807,895 00000000000000000004fbfa36178368705e244d3d9044ba810be5f40e493542 1.76 MB 3,644 17
807,894 807,894 000000000000000000013bd589218cc0d8fb9b2ea4afe7f149444edd6c13a812 1.65 MB 4,340 15
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.51 GB sent, 93.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.