Memory Pool Memory Pool Refreshing

3,610 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (9,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,279 898,279 00000000000000000000912474b7360c53c6f27c9669dd2fbf8ff92fa039aa93 1.62 MB 2,201 2
898,278 898,278 00000000000000000001bfdcad957c2e294eb97ff54bcb0a53e236f9e41a78b0 1.77 MB 4,008 2
898,277 898,277 00000000000000000000cfeda13214093f4c8a7467d06fd0b1f5004ff0ee8015 1.36 MB 5,157 4
898,276 898,276 0000000000000000000061feb4e218e55fed3c01b0897440c55e1d419aee1f76 1.65 MB 4,128 4
898,275 898,275 0000000000000000000023f9933900afd3e03c8fa42d0aa8e633d05016761937 1.69 MB 3,000 4
898,274 898,274 0000000000000000000203e78c466c32a4575dc514e11a8070e692ad08f39ea5 1.60 MB 3,459 7
898,273 898,273 00000000000000000000ef377535d999e99559efc284be6f24d141932c204faa 0.98 MB 1,550 6
898,272 898,272 0000000000000000000240ce42ea9ba943305694eb8219da1be6a6612d4dcd6a 0.25 MB 580 2
898,271 898,271 0000000000000000000243d6afe629030a6f037776082ee146562d9aac41a8a8 1.33 MB 2,424 2
898,270 898,270 00000000000000000000610de90c242938aa1427209e287940abd8e9b80e6c02 0.48 MB 1,373 1
898,269 898,269 00000000000000000000ca5b1c1632b1b02e0b24c2eff42f3c1b65c3dbb25f17 1.83 MB 2,764 1
898,268 898,268 000000000000000000008de1f2480f05901ff5e9043a44b9bbfdf42eaa49bb76 1.61 MB 3,083 5
898,267 898,267 00000000000000000000cef0a9d0c24d92d3a0642672c50a3a4cd1d528fb8bf6 1.75 MB 3,939 2
898,266 898,266 00000000000000000000934de9a13c4372c6a61e9af2c0511545bb3d8a007c7b 1.76 MB 4,248 2
898,265 898,265 0000000000000000000137795df0c6c433847dec826b1d9b223965693f29c6bf 1.75 MB 3,789 5
898,264 898,264 000000000000000000008312887574dfd3f21f33604e8594778cbf60fcbebf51 1.87 MB 4,521 2
898,263 898,263 00000000000000000001bf83efb4aa5a77cb4036cfe30dbc661296c41573bde7 1.66 MB 3,532 1
898,262 898,262 00000000000000000000c5c248df02138374393a19aeea4e316ea58f0955d8ea 1.76 MB 3,847 3
898,261 898,261 00000000000000000001c9f243a5038f61a94c1c1fda7e7a6f17c1a9f2f5a4be 1.65 MB 3,183 7
898,260 898,260 00000000000000000001a8b578cdae4232ffbe0e71d735cdbe5e990429a5a78e 1.19 MB 2,586 1
898,259 898,259 000000000000000000007945194c5cf247442947fe07c6b0342a7400ea8648d6 1.73 MB 3,049 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.