Memory Pool Memory Pool Refreshing

4,944 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (461,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,389 446,389 0000000000000000007fb4da41ae94b9af39752fe91dbdc0c27368b47bf5dfaf 1.00 MB 2,218 78
446,388 446,388 000000000000000001ea0e0e697ac203f2420d36c54ad7b2f16c5a3e0692a11b 1.00 MB 1,999 82
446,387 446,387 00000000000000000355a1c3a4d230c1ca55106a2b1530adb914358e3c91ee69 0.00 MB 1 0
446,386 446,386 0000000000000000019e3d3a9577dcd22fd3a9de4aad30690ac0d1abcd2bf40d 0.75 MB 2,420 106
446,385 446,385 000000000000000003087030e14737dc53a7ec438e3a7d684c7dac6654416f05 1.00 MB 2,350 93
446,384 446,384 00000000000000000334abfc83e513e78df0d5741569aae9076a87768686c798 0.91 MB 1,316 60
446,383 446,383 0000000000000000013d292423d003e6894f4129b4b44394f27b7bd450210ed6 1.00 MB 1,892 68
446,382 446,382 000000000000000001ca6c123dffdb699569d8d5ce37385947db86577d906ee4 1.00 MB 2,107 83
446,381 446,381 00000000000000000055aeca678888f57c3271f994df6df6a3bacd08b0a2a71b 1.00 MB 1,943 70
446,380 446,380 000000000000000002516672b4b9f9b8950c95cadb55ca9971a52d88c9449647 1.00 MB 2,334 83
446,379 446,379 000000000000000001b2df6c41e73a1dcc05e455fd67a09c583bf491dca525b1 0.81 MB 1,429 59
446,378 446,378 000000000000000002c9851c580f56e56d61a9e3939e5f32177e3cb5eeffc1de 0.45 MB 455 36
446,377 446,377 000000000000000001c7d1c96d096b0a7057e5dc2f789aae2cbd4975e9e31b74 0.56 MB 937 70
446,376 446,376 000000000000000002ed7ec6e626c5b9ebc915eefd676fb9ca90344578696831 0.11 MB 175 32
446,375 446,375 000000000000000001c733c12fcb2dc2deef22dd4909bf5ef45ff5e02e8440d4 1.00 MB 1,648 70
446,374 446,374 00000000000000000303aa2958bdf2da430fe099e7d63e9736e8cba11d64be04 1.00 MB 2,053 73
446,373 446,373 000000000000000000b58711daaba3a0a98fd2f1e05253a2989b0ce9f2b0acd7 1.00 MB 1,813 74
446,372 446,372 000000000000000001ea04360006d8cd5e2d5fbca2ddb09bccab9094e5f77129 1.00 MB 2,324 74
446,371 446,371 000000000000000002175e14bfffa3a49e626ecbe6e7c35d26679ccb7af6948a 1.00 MB 2,803 102
446,370 446,370 000000000000000001222bf91e3194a892dd0963d61ba2968af07541b09bb1d3 1.00 MB 2,068 60
446,369 446,369 00000000000000000334b7a27a911c433af39147d8960926904d343f783c01b9 1.00 MB 2,525 94
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.86 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.