Memory Pool Memory Pool Refreshing

32,034 transactions
31.13 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,398 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,397 (387,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,837 474,837 00000000000000000159cf2b3f2a5eb7aebb3c69e230c0fdd5bec89df187e8f1 1.00 MB 1,893 63
474,836 474,836 000000000000000000e73cd306810f95f4f5450809e5fe53c8473828a5ad7dfc 0.93 MB 1,288 322
474,835 474,835 000000000000000000c7c4cbff424c6ce8b2c99434a9cb59ee4bc1c33ba4b282 0.66 MB 1,721 279
474,834 474,834 000000000000000001465d150d28461e8a6f17a68eb734eedc165445bc6ba72f 1.00 MB 2,418 189
474,833 474,833 0000000000000000014417834af384938bd1f870c0bf34bdaaadd24bed17731b 1.00 MB 1,517 210
474,832 474,832 0000000000000000001898ef4713912a2ffcb18f7da0634fce2ec3a3d2c599e5 1.00 MB 1,340 103
474,831 474,831 000000000000000000b4f864c2fbf6428a83e866f7a256e26f5b36f73c0cda17 1.00 MB 629 27
474,830 474,830 0000000000000000016cfbc4c88391acac84208da896e69128f6f523b71ac8e6 0.82 MB 1,436 68
474,829 474,829 000000000000000000f7b6a9280f1d17bf3b07959273b7ef3e9c954cfdbb8570 1.00 MB 2,083 141
474,828 474,828 000000000000000000b0cd75ee8b8fab3f96c0935fd702ae73ea8d251bd0b1a5 1.00 MB 2,298 230
474,827 474,827 0000000000000000001ac8596c0ca9dc45c944f7dcf1ff70266f22ba075708a4 1.00 MB 1,839 31
474,826 474,826 0000000000000000001f621cb4fc468925813d2da9c700b5ca383c2c11aebbcd 1.00 MB 1,939 190
474,825 474,825 000000000000000000235a90f9ce0527d17c017b9087a59656bfe6996c30f488 1.00 MB 2,351 106
474,824 474,824 0000000000000000004e632bcbac3a6b062684240fee963428630ae50f566d09 1.00 MB 1,804 322
474,823 474,823 0000000000000000010928858578668653a96a6c65f1018b1693b26ee8252d85 1.00 MB 1,332 310
474,822 474,822 0000000000000000006e125a011e6bfad5c3a0cdc9e3d7b075f380e84966554b 0.86 MB 1,691 131
474,821 474,821 00000000000000000006cd1acdca433cf142bb96ab623f6bbc2f63d2ac79617e 1.00 MB 2,223 217
474,820 474,820 0000000000000000013800566a69abab6cc217283a44a6ba63a518a8fd321feb 1.00 MB 1,124 47
474,819 474,819 000000000000000000d980233eeba05290269d8f9ec1c7aedaaecb2a74f660a4 1.00 MB 1,888 183
474,818 474,818 0000000000000000011811c332b5b15cfc8fc61829b1b742a9d277668afc6542 0.62 MB 1,051 124
474,817 474,817 000000000000000000ebc995d32d1f21afeb71dbf3f024d5e01c26bb35e260fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 684.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,366.96 GB sent, 104.47 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.