Memory Pool Memory Pool Refreshing

34,752 transactions
28.70 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,491 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,043 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,490 (163,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,130 699,130 00000000000000000005040d572b00c198716c03e936383d2dd737a0b5c9140d 0.21 MB 293 13
699,129 699,129 0000000000000000000e7f4674430856b42759c5034d3e03e2ebfc5c6217e82a 0.06 MB 120 11
699,128 699,128 000000000000000000026d7841f36b8f917b42a6ab7bc73312ae9e204001792c 1.03 MB 1,657 10
699,127 699,127 000000000000000000088e5d9e3d588c78b9088b98a22536989d33edecb3fe9f 1.48 MB 2,111 3
699,126 699,126 000000000000000000027271bf07e59773bd346c2ceb085f1c426273f85a6e07 1.45 MB 2,645 15
699,125 699,125 000000000000000000085e6998dc811eaae404843ee939b3122c8a299e843132 0.47 MB 837 9
699,124 699,124 00000000000000000003a59355240b45e1d7caafe6d6eaa0fc9d214e83aae48b 0.58 MB 775 5
699,123 699,123 00000000000000000008fceb2c853f12e2c954dcc612b61c470bf072558abd74 1.22 MB 1,282 11
699,122 699,122 0000000000000000000f520fa204f11138b9cfe966c217ca7eec15b6c799735a 0.29 MB 503 9
699,121 699,121 00000000000000000001fdab2a4c6edfad9d03ac95eac56c1dc8a23b8f6c1242 1.26 MB 1,483 5
699,120 699,120 0000000000000000000fd7f5bc0d279f75aa0a571a66fdfb61766056b5b808b8 1.35 MB 2,592 12
699,119 699,119 000000000000000000025f67753a00b816d74d9c54f2b37159dacf1e8109f86e 0.30 MB 433 7
699,118 699,118 00000000000000000000058d122526c11a4b6bd062e391396c28775bd5e19483 0.09 MB 142 6
699,117 699,117 00000000000000000008184f6740dcaacfc6a5816fb5b9b46fc9d4e33e500e8f 0.15 MB 261 7
699,116 699,116 0000000000000000000325cfc4640cf0f2bb0842e139dca758afa4d740ee27c1 0.88 MB 1,742 9
699,115 699,115 0000000000000000000f0156a7f1ce2e5d58d491b705b1b2921c431b943330bd 0.02 MB 76 14
699,114 699,114 0000000000000000000dee4cb05763f08bb84dc71f176e92af460e373131d04b 0.06 MB 145 29
699,113 699,113 0000000000000000000fa818314ae6c2f0bfb662878c187808b923458ecfd4d9 0.62 MB 1,054 10
699,112 699,112 00000000000000000009170ae3e56f1a18c73edf862c783834ae221541846b0c 1.32 MB 2,308 14
699,111 699,111 0000000000000000000325d3d299d826b0b8f3424bce7f8a6ec8d1e60d03ce78 0.59 MB 1,107 12
699,110 699,110 00000000000000000005cc554a76d949fd8f28af8618a27e84e8bd9feb55715f 0.21 MB 404 12
Previous 10 blocks ↓
Total Size: 685.10 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,371.52 GB sent, 106.02 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.