Memory Pool Memory Pool Refreshing

4,969 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (309,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
598,514 598,514 0000000000000000001101b2c75c800459bd8d2a880e931a346478d95dff87ee 0.98 MB 1,671 10
598,513 598,513 0000000000000000000f9de63f3db0c5465897cae97fe461280b934652aa7964 1.29 MB 3,437 10
598,512 598,512 00000000000000000008611ae675a5b53e87fdaa9a37a6fb0ff2296983ed25d5 1.23 MB 2,290 6
598,511 598,511 00000000000000000013aa533e78ca6b39a2df7c766ee43ed3c222ea19f43ef9 1.25 MB 3,338 17
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.64 GB sent, 93.14 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.