Memory Pool Memory Pool Refreshing

3,962 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,550 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (779,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,730 128,730 000000000000257fe047fa64b3aaab42df45ec2c061a6744adf6006fd88b453e 0.00 MB 5 36
128,729 128,729 00000000000002174453d2d4d6d7ed92e184ae9bc8fe61eec44d20f59da02944 0.04 MB 153 223
128,728 128,728 0000000000000d8d47d1b38cd5381a5e366a1804c891c23b4c95af832f0ee107 0.02 MB 43 1,163
128,727 128,727 00000000000020c2526b026055cb266ed9b8542f37755a058538a0979785d68d 0.02 MB 47 1,104
128,726 128,726 0000000000002210240418898db0e94bff78f442f0dc36c6d49d669bf57f9b48 0.01 MB 17 1,378
128,725 128,725 000000000000221000874bb1572e1942dc840d9064d9fb0ffbc3413a2a51c561 0.01 MB 41 849
128,724 128,724 00000000000011ef0c91046c2bbb0f7340e56410bed81dbe31fcf761e6462d89 0.00 MB 9 1,337
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 0.00 MB 3 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 0.01 MB 17 186
128,721 128,721 0000000000002197a864a7907f1f6b9380491ff6d5efbc8fa87e88b9aa00bc50 0.01 MB 30 1,194
128,720 128,720 0000000000001ec3a659dce5b790deae0169ac54401d6c724021380a2b24f8c3 0.00 MB 13 307
128,719 128,719 00000000000008cd4f6febe923633d228aeba40f0dd3f7d59d7bb5a945fcdb7f 0.06 MB 150 76
128,718 128,718 00000000000008039ca96a5a84c77decf96580602c7c3c63d320a8edc09ac2ea 0.00 MB 11 548
128,717 128,717 0000000000001753cba83bf36179cdde1aaebfa13f745bc5747d0725c68224d2 0.03 MB 80 1,557
128,716 128,716 00000000000018ce6f325bf58a281f195ef37cd37ce03b5993dc5610f9d43e6c 0.01 MB 27 806
128,715 128,715 000000000000219305467e694a6231fcf03f7791aca0095bac6c6a3198d98232 0.01 MB 27 580
128,714 128,714 0000000000000690be12e9b7804d1113e9b8f526e546cc6b6b91eb925a3a7da6 0.03 MB 86 2,525
128,713 128,713 00000000000013ccfe9438242cc728d5a20064ac912f1b65f7159d05f713d387 0.01 MB 15 1,132
128,712 128,712 0000000000001d277eb822b828d97318b0b264c5c18e3f2410bccd4d1feeb251 0.01 MB 25 956
128,711 128,711 0000000000002488ae2e740304600243c1967ff54f8398ad70def3f15ecda314 0.00 MB 13 330
128,710 128,710 0000000000001eeb580b19d8a5f178630e3d56b1fb3d6872abb05b844632a417 0.00 MB 13 285
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.