Memory Pool Memory Pool Refreshing

6,272 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,093 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (309,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,535 598,535 0000000000000000000a6f9aff848a525157a6c6b9d99717b9b5aae89328c5a2 0.46 MB 1,131 15
598,534 598,534 00000000000000000010e6ab771f49ebeda8996190e86388441d635275d5e05a 0.07 MB 207 21
598,533 598,533 0000000000000000000168d3b6a196b72451b4cc80633fa9e8b6519e6784f33e 0.39 MB 1,169 16
598,532 598,532 00000000000000000006854b37bd654ac44fd9f3cbd84d40dc839fe58c1ddfe3 0.23 MB 423 12
598,531 598,531 0000000000000000000eda691453a598629aab39a3e374bef222f16b895f3d5e 0.15 MB 435 22
598,530 598,530 00000000000000000007f916474d2831528e97e35234386a3de093ea06def2ed 0.11 MB 344 25
598,529 598,529 000000000000000000136c64f934bcf4fc76f3f0ac1dfad73e7de421f3cf0fb7 0.30 MB 421 15
598,528 598,528 00000000000000000006b14e09ef80e29e1214e59153d9452c664c4a49cc0ed9 1.09 MB 1,087 5
598,527 598,527 00000000000000000011cb0106005c50f88fa597c3bb05f829d69afb6b66b0f4 1.18 MB 2,053 10
598,526 598,526 00000000000000000003a2bde93f48652daa302f09506eaee3fbe125e0f316ea 0.59 MB 606 4
598,525 598,525 0000000000000000000a7764ada29e54d620eb873967ab768cf852f62682b592 0.25 MB 702 16
598,524 598,524 0000000000000000000d8d945a5a08a2a4cd16f0e30d7081073f2c89880bc243 0.15 MB 141 7
598,523 598,523 0000000000000000000adc615c168fa1e3c44e5d1dd0fa71d75cbf81cd6c1a45 0.43 MB 1,130 5
598,522 598,522 0000000000000000000c1056dbf7625c39525dea24b1a4f3915628efc250c740 1.34 MB 3,081 19
598,521 598,521 0000000000000000000e314ecff091d2a5f12d3a4d7bc0eda1f79a7a15491f03 0.02 MB 67 11
598,520 598,520 000000000000000000112612c58cc89e38b0ac87fcef5b4fd6d711dd31789de8 0.85 MB 2,502 16
598,519 598,519 0000000000000000000284606229e14d26e4a0946243697878829472092556bc 0.56 MB 1,653 5
598,518 598,518 0000000000000000000c2052d2688a95fe66244005e521cdecdbd6e9e4b50ac3 1.28 MB 3,449 17
598,517 598,517 000000000000000000030d3362e6bc75ed0f0fa04c6d66c67c531a45b30a178d 1.25 MB 2,761 7
598,516 598,516 0000000000000000000f34fc4895a885e3a21f5a38b6e6a867d00d220476ea1f 1.41 MB 3,468 30
598,515 598,515 0000000000000000000eb841e72879dab889d34ace2eba7b8d3952970bf8bfca 1.51 MB 2,053 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.