Memory Pool Memory Pool Refreshing

1,936 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (819,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,334 89,334 0000000000016a1967e03abb07f607861e849743bd556f9843f79412b032b784 0.00 MB 1 0
89,333 89,333 000000000007e0e0f17333b78fffd63c2c002ac8e0e328285660c5de3feee547 0.00 MB 2 0
89,332 89,332 000000000001deaae3d7353f78f8f530e669de371f53082fba49a6560e3e7672 0.00 MB 1 0
89,331 89,331 000000000013e4e265448b468aaefb3abf3c1986298fa3fb61b10d200c1af4f6 0.00 MB 2 0
89,330 89,330 00000000001039e73ef0637422ee0856c49b7f9b7c5fd37908410913833c9b92 0.00 MB 1 0
89,329 89,329 00000000001367b58022ce7c0949bcfcf95335ec5227c2b709fd9e92f16a7fff 0.00 MB 1 0
89,328 89,328 00000000000d8e6654282d378d4870097fa47e696099453dbd9d3df8cbe5dbb7 0.00 MB 2 0
89,327 89,327 000000000002d71064121c520837ee4b2dab80090db191d01b7c339845f84270 0.00 MB 1 0
89,326 89,326 000000000005d379a8c7a54e87bb54745f2bdd6eb58082cb66d51c84e1a1043c 0.00 MB 4 0
89,325 89,325 000000000013b5a25b150772e001f0dfeed3cfbca937a7df76bc8d46715d6f3f 0.00 MB 1 0
89,324 89,324 0000000000090bbb77b964551ee5a9d591f550e36039d3557f756e512588365c 0.00 MB 1 0
89,323 89,323 0000000000090b8eb72ecd2fc1e3fc07cf4d9b11abf3264e372b3e0caa85f76b 0.00 MB 1 0
89,322 89,322 00000000000c406d1d5e4fb12af6dc6a41de60c1a6b9ecb7afb1bea5ffb2d367 0.00 MB 2 0
89,321 89,321 00000000000ede96fb240fc4a886f9bdb17061276884604a65ef5ff4b5ee973f 0.00 MB 1 0
89,320 89,320 000000000008bf2d79f3bbd81a18b0346ba33f46e34aee5aca2e4214757215b3 0.00 MB 3 0
89,319 89,319 00000000000753ec518c8a72be903f6c21335ebb616457f79b8bccb050215046 0.00 MB 3 0
89,318 89,318 000000000005ad84e5889fb3bb76e8d0e80f7d58143bf8bc3f0f5ee1e8639aa6 0.00 MB 1 0
89,317 89,317 00000000000b8501b20891f01db24fd255fa4fd3bc9d8762d3d42d6f23f86b70 0.00 MB 1 0
89,316 89,316 000000000007dcb9e920e78304050689aafc53647f1a4244eae6505030fe8aab 0.00 MB 1 0
89,315 89,315 0000000000052e85d106c1bd0a2f3cd194b5d9691d0600c36c3be58da2d6b5ea 0.00 MB 2 0
89,314 89,314 00000000000b64bc3a8cb41e67af8a3df35f783d99cc8f74e3b462a07d27fa85 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.18 GB sent, 101.20 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.