Memory Pool Memory Pool Refreshing

3,024 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (780,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,294 127,294 00000000000021ec3f76088f2f179302caeae87e091d76f4472416c14c77688f 0.00 MB 7 0
127,293 127,293 00000000000013f29259fc9d75e02a2d62698e9da17c629ea52665ea8b63bd2e 0.01 MB 10 580
127,292 127,292 00000000000005afcce5145bb46111f4856711341e4a7ee7e14001de1de7ae5c 0.04 MB 56 382
127,291 127,291 000000000000143040b45bac72832539484426510777ab876882ceb2505b21dd 0.01 MB 32 4
127,290 127,290 0000000000000da9254035165b5659bcc9a0a5999a7c26543a9a32719cb1a76d 0.00 MB 6 334
127,289 127,289 000000000000101d6616d56043854ec3e13da9723cca1fe94c259d24e82e1d41 0.00 MB 9 311
127,288 127,288 0000000000000ded7930f74296b7b64ac889eb4930b91603373a2fec1bcfdd26 0.01 MB 26 371
127,287 127,287 000000000000146f306bb429a3f1ca0f0424d75fc066e75e4f673a946bdcf2b3 0.00 MB 15 2,766
127,286 127,286 000000000000052b99727bceff74376f3efed34744460b79132fa5fa4126fb00 0.00 MB 1 0
127,285 127,285 000000000000137c587c9ba88b0252b872ce30cf97ce5daf7e95da1bc87ab47b 0.04 MB 117 249
127,284 127,284 000000000000092970e43db1dbfcf651fbc078f6fc82615f2d7d2610d2bab98f 0.01 MB 8 458
127,283 127,283 000000000000143574f5b7983c083416186faf3ed066c885b25d7259e4489bb7 0.01 MB 24 557
127,282 127,282 00000000000007665fde644a88a0ddf8f66a93b5aba75ba6a0a6733ace468b1e 0.04 MB 96 1,587
127,281 127,281 0000000000001a6d15a41de6f8855e7bedde3a50994c4b22fb2fa0b888c5860e 0.05 MB 195 111
127,280 127,280 00000000000015930dd7e12815141556a24932c04e9da8a8b8c2c69487da984b 0.10 MB 355 152
127,279 127,279 000000000000219b78fe573efd735ff68df5fc1d0ce00d41c9d5d696eab25cd1 0.01 MB 15 296
127,278 127,278 0000000000000087b612d8f2fd81cb01c713293c665e929cb346a64c39a9cb3d 0.00 MB 7 706
127,277 127,277 0000000000000764e05c86448c6019a59e4901b2ee359c0b5fce97c56e25afdc 0.02 MB 32 845
127,276 127,276 0000000000001449e464a7d6a8f4aac598aba4b685abb5604178f2e3f7d44ef8 0.00 MB 1 0
127,275 127,275 00000000000016b75d2fe2af94c0e39d3d20ce7144ebcd969d5d3afbc164feca 0.01 MB 25 2,693
127,274 127,274 000000000000231474524326a96f5fe45b3702dbee20c707ec654b2482596430 0.02 MB 26 707
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.