Memory Pool Memory Pool Refreshing

5,700 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (631,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,306 276,306 000000000000000303d8da624508cdb6448ad165ae86dc5c81658507677edc44 0.23 MB 487 38
276,305 276,305 0000000000000002b00449f3d9598cbdc9404c8e9227b082d478152bcb5176fb 0.21 MB 113 14
276,304 276,304 0000000000000002860229daf9359261444f1f1b003456be48b4d8cd37a6a614 0.35 MB 834 56
276,303 276,303 00000000000000034bf08c0285bc556d6d8ad24a1270a9eec3ff27aff7d4ac7f 0.19 MB 341 39
276,302 276,302 00000000000000030351f5207f20497a7f42fe2f30cf481468562d00b2110033 0.25 MB 564 50
276,301 276,301 0000000000000002cee0605fd633469134e979fdaf89ba99641a32dcfa8ffffa 0.08 MB 82 23
276,300 276,300 0000000000000001882fbf61cc9b33acf4c691c95e43ab930ba361a041be3a3f 0.14 MB 240 43
276,299 276,299 000000000000000135d1a4bb37d412057abc7389e4b9f69daae38ca53b46b4db 0.23 MB 524 48
276,298 276,298 0000000000000000b92237ef5a516510d1b0f4dde4cfe8f5e0571dab083b54ab 0.03 MB 99 132
276,297 276,297 000000000000000314b580f1f176bf7146b8e7e4104417805761e9012c156801 0.15 MB 381 54
276,296 276,296 00000000000000009df1145458117619a7e5eb6d8f6cffb87cf5e0f6c0c2119b 0.22 MB 401 48
276,295 276,295 00000000000000035cfa0c826cff8ebcf4ab25e4d1910d6306572f7e87291d1b 0.08 MB 160 36
276,294 276,294 0000000000000002e37e1d33f37e6e1cf224440119c00e769319924191d207cc 0.25 MB 549 47
276,293 276,293 0000000000000000c84b366c0e9e076e5fcfe1f27710c50101d11aa094655480 0.20 MB 406 47
276,292 276,292 0000000000000003822bed584ef88a3d8dab8af380228a9799df3dcce3b9be61 0.09 MB 208 61
276,291 276,291 0000000000000002691bd8a14aa15ee960062425597db9e91e58cce9f4986e41 0.03 MB 91 46
276,290 276,290 0000000000000002e8c89aae5f1e3062a671276b192fe009a3a60f05d9a663a3 0.14 MB 330 49
276,289 276,289 000000000000000115bf6dc7a9fae3657ed9075d1c0a9b3e1765fe27860a5613 0.27 MB 493 45
276,288 276,288 000000000000000353c0ceab4321b981112ffb97de7c5797c9d61001c2069537 0.14 MB 190 18
276,287 276,287 00000000000000016ce9d919325dca34553d0c6e05a03eff52293724dba7c45e 0.50 MB 980 31
276,286 276,286 0000000000000000aa4723eda973954ef2d6731278af0279d07dfe629a29f658 0.25 MB 782 83
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.