Memory Pool Memory Pool Refreshing

2,022 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,017 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (899,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,329 8,329 000000002069040e1667d2c6d78c69d286e5ffea8cd97287cca8cfba3514b653 0.00 MB 1 0
8,328 8,328 00000000244dee58451972a2a04486d0c04adf2539d35463b09734beaabea6df 0.00 MB 1 0
8,327 8,327 0000000014a53caabd74159f6cd702b21bdd09961cc3f4456777cbe64c5862c0 0.00 MB 1 0
8,326 8,326 00000000ec49de6efe6fd20ca6a3b2e5f342f1cc9a1167919678541a6c8b4270 0.00 MB 1 0
8,325 8,325 00000000fd8a1a1b278b884734831005736ec5287feb99025677d481530ee3ba 0.00 MB 1 0
8,324 8,324 000000008ba44b9d82ce27fd1303a589bde9e93ca4e01bea5e18a3848521fb89 0.00 MB 1 0
8,323 8,323 00000000cea67f5c847ab2ad693003deb9fe8044d179c1c60fd2b607d890d8c3 0.00 MB 1 0
8,322 8,322 00000000395ea999e12411a0ba0c98c84010117b5fec5b3fa395a66114bb53f8 0.00 MB 1 0
8,321 8,321 00000000fa60124bc1a57f4eec7b1cdae1148ea86fbb40c35ead58d218585f63 0.00 MB 1 0
8,320 8,320 00000000d96167cac0bbeac6a34b49adf15e22902692945254e8dec6d1d8415c 0.00 MB 1 0
8,319 8,319 0000000017c3df0860aefc8245f8f272ce33aaee4b69e61a475a24862d3fdbc2 0.00 MB 1 0
8,318 8,318 00000000a3246e90188176d7d76b83dc131dcb15857c30ccc29356ed46ca5e2e 0.00 MB 1 0
8,317 8,317 000000006c30cbb5fe068b63a4635c9c596f77b5490ffc6160c93840141eac61 0.00 MB 1 0
8,316 8,316 0000000027a7f5d35d5d5b255b2c9255813f6f569ee3b01d567ad3e492f3cf21 0.00 MB 1 0
8,315 8,315 00000000f2256ba62635f7918d0f685fc34447cc5eff1cd523b555f716435710 0.00 MB 3 0
8,314 8,314 00000000919b014bc75f44102663634638acf4ef6b2f914982d01172ca244667 0.00 MB 1 0
8,313 8,313 0000000085d1bb02b81459e42cd4f790ff2d4fa319316f28386602b8d1f385c1 0.00 MB 1 0
8,312 8,312 00000000e04688c27adbe825370d6156d58089c984defa2773a9ee3996906d5a 0.00 MB 1 0
8,311 8,311 00000000a30f9861415541ec81f08a7817d1ec670719788049a62532db8d2ac0 0.00 MB 1 0
8,310 8,310 0000000087926ee7063cdbcce1d4a428ebac78488db0d4ec9ff0c1905ea8ef8f 0.00 MB 1 0
8,309 8,309 0000000056d5a0d1e1776015a450e3fa8a214d05cedb0747d0db32e4f4c27e6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.66 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,654.08 GB sent, 96.17 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.