Memory Pool Memory Pool Refreshing

6,071 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (459,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,168 448,168 00000000000000000225e69fcc7d41fe91529246cf12b1715ffee51d7211fa26 1.00 MB 2,613 78
448,167 448,167 0000000000000000025c359459fd3ccfc5650ca0286ded4fbc034dd0ae54aa11 1.00 MB 2,840 104
448,166 448,166 0000000000000000026f49aec89025f14fed7fd176a40b827a44893c34403897 1.00 MB 2,758 88
448,165 448,165 000000000000000002ca913e6f65b1e6de3ef9f0b24e70d028a519d18e385912 1.00 MB 1,454 47
448,164 448,164 0000000000000000004b989986525c069d865c3bb619cde04aff64bbb2d487ad 0.16 MB 393 81
448,163 448,163 000000000000000000386edb5293566a2d083eb9730a35329b16b9255600eb6d 0.05 MB 126 75
448,162 448,162 000000000000000002f937ca5bcbd46834053eae17fa8bda791e2637f1f1bb98 0.28 MB 687 77
448,161 448,161 000000000000000001ea6301c980847b8ee56c412a19ef0b9262873d9dae861a 0.40 MB 407 32
448,160 448,160 0000000000000000017ab7101efead7f1f4c83ba188b03efa56feb4020216c66 1.00 MB 1,958 59
448,159 448,159 00000000000000000267173747c1b09f4719eae02a4f585c8058d4884a060db6 1.00 MB 2,507 86
448,158 448,158 000000000000000001e6c8c27112feda9dba430485d99034f45466b9f569604d 0.12 MB 286 81
448,157 448,157 0000000000000000019f2410084ea35c71ebb5c78ee510008564573e42005086 1.00 MB 633 23
448,156 448,156 00000000000000000119b6a24ef1f74713fc59e25dd8e5851fc39083e578f06b 0.00 MB 1 0
448,155 448,155 000000000000000000d37fc7b81190c3a28e0d12816044a7425ca257576c335e 1.00 MB 1,161 35
448,154 448,154 0000000000000000030a4cf29bb42e4b7951bdf7aec297ab847b8d38b84d4456 0.56 MB 1,419 82
448,153 448,153 00000000000000000172b42ee43106f27876609044e52821638c1b3b9b47df8b 0.86 MB 1,938 70
448,152 448,152 000000000000000001130956cf9e1d5bc4a9b08fd2907ef209b571b7eff3b58c 0.84 MB 1,765 60
448,151 448,151 0000000000000000004cb7f2bb682c5c2638f932e14881424fa9b550176c5284 1.00 MB 2,214 78
448,150 448,150 00000000000000000028f11a34f9bf17289f129485c526d3fc0b959d915669b0 1.00 MB 2,299 74
448,149 448,149 0000000000000000030b50fe94a57f043f3b4273b7b414f6a7eb7ae547ea4747 1.00 MB 2,475 93
448,148 448,148 000000000000000002ee203251a211fad060e1aacf189f919ac9b0aa2a4330d9 1.00 MB 347 6
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.