Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (781,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,395 126,395 000000000000107638af23032afa4372fa03bf3c6c57e3cf5aac686c8101ac96 0.02 MB 32 1,133
126,394 126,394 000000000000292ce375ca6f7143e6fb29156fbbcf458ebda5fb43752560b5b0 0.00 MB 8 484
126,393 126,393 00000000000007721a6aef4e831400666b538688f28c3f9c748976237b4d3304 0.00 MB 5 0
126,392 126,392 00000000000044a66aaa8e54d3cea7b42f00b5748583758e7ad4236d4eb6dccc 0.00 MB 5 849
126,391 126,391 0000000000000491cf015082e7836c2d6d38b1ba4dcf6d674e7d4ac52c749181 0.03 MB 54 460
126,390 126,390 0000000000000b76e38b396f1ab4587c60dd752cc4dcb59578a90717af939f06 0.00 MB 9 324
126,389 126,389 0000000000003797281cf02f587c358cf6b8a870de4c7b29cf5093e4a1ff486b 0.01 MB 22 774
126,388 126,388 0000000000003e3895ded160f6112900f32bfbdb26d825b8346f46b5fc068830 0.02 MB 21 400
126,387 126,387 00000000000043b8be5f32865507e4aa7140bd634da2908631cd1d7a536f1bbc 0.00 MB 17 221
126,386 126,386 0000000000001145253a47bda508fc9e5a7b1a3846e7f4ed65e30745b9be6928 0.01 MB 23 576
126,385 126,385 000000000000149724f15e1fd95027d1695ba6699016c249961ca3f7644195df 0.02 MB 57 271
126,384 126,384 00000000000017710f061c85f374a2921214afd90ad057e7a8f6dbc57eb4b7f1 0.03 MB 86 1,347
126,383 126,383 0000000000001c560aa99bba567911552164edbe569db26cf38755d365bcc340 0.01 MB 31 1,070
126,382 126,382 0000000000002ecfe0a5e7b4c8aad55f69218edf3f0f1a1f12aac85187fc3a19 0.00 MB 4 64
126,381 126,381 0000000000000cf4a332ff9b50f30ab9518301718625200150cef2fea71ea19b 0.01 MB 12 1,762
126,380 126,380 00000000000035c0e1d9e53c17e501a1287cf4e4c971ae7dafa9c8f8163fae47 0.00 MB 4 0
126,379 126,379 00000000000003e5320631f7f7aa2d322618988541ac60871828d57a5f10ce57 0.00 MB 11 1,292
126,378 126,378 0000000000001f3c17e5d2d54bf2618a28f97e6a6e9fd5ec175acd1c65de7d67 0.00 MB 8 336
126,377 126,377 0000000000002c72d6a6f5b08adf4278c04b3460534accd575f446fbc6cc5df3 0.00 MB 13 1,284
126,376 126,376 000000000000284250884836e03280f2b25109ceea39a2ed702ce1d167af03c9 0.00 MB 5 0
126,375 126,375 0000000000001d87c97ada9d161acd580aeff4fe7a2259c4710e16c05d9bcbcd 0.00 MB 6 463
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.