Memory Pool Memory Pool Refreshing

5,678 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (470,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
437,240 437,240 000000000000000000640bdcd16d25f44725bd22b9f59978a3adfb654c93843d 1.00 MB 2,201 64
437,239 437,239 0000000000000000017a42e930b163ba88c5c090b3c12f3b4e651b888c92cd78 1.00 MB 1,676 44
437,238 437,238 00000000000000000256970249a9eb08230a686b5b3c1a5c80a6f4015ae8639c 1.00 MB 1,852 53
437,237 437,237 00000000000000000104af40b4cbe0901ee709891638a31c4b79e5c15dd6c390 0.75 MB 1,922 63
437,236 437,236 0000000000000000007512ee63a8873f7a46300275a30932116068697ac8b5c9 0.07 MB 219 191
437,235 437,235 000000000000000000ea3b0cf4e5249fa1480809d8a2d73ee69a9c9dd2889d1c 0.75 MB 1,569 55
437,234 437,234 000000000000000003d35568e7ea1f053fba1795abf5f8a6eebc2742a55d60b0 1.00 MB 2,622 58
437,233 437,233 000000000000000001b193b07fb9648e51341aa788683c06ea6d436785cc1b25 1.00 MB 1,820 78
437,232 437,232 000000000000000002ba62c249717467008c58a2fe499f258c2a1257bb1204e5 1.00 MB 2,783 100
437,231 437,231 0000000000000000021ce08502e50f1bbac5fcf10d308e36855a906d34ce4ffe 1.00 MB 2,885 70
437,230 437,230 00000000000000000287ffbb63f9533f7ae86489f8d99a77113a29d61e3bbe91 1.00 MB 2,351 88
437,229 437,229 000000000000000000245e9715c324f7117e5a92349d32061073819ec31a2581 1.00 MB 2,226 47
437,228 437,228 0000000000000000009f3af819a4dbd7be22f6e54c74294a635bcbf5be31d52a 1.00 MB 1,738 59
437,227 437,227 000000000000000001ab889f2ce184abb7026bb47122a1f66ce0f0db2012a6db 1.00 MB 2,480 70
437,226 437,226 000000000000000002bf57c18f6adb349578a0a0d81c369927d18693614b7016 1.00 MB 2,457 69
437,225 437,225 000000000000000002b6b6c08d85cdd7bce0ad733d6e302408535b331d431c14 1.00 MB 2,689 81
437,224 437,224 000000000000000002841c1f1c1ad9753686da605d8c020e2baaa07bb581103b 1.00 MB 2,928 81
437,223 437,223 000000000000000000b573695a73b2923c306a41d3c06b652b04fec7649edf02 1.00 MB 3,365 61
437,222 437,222 00000000000000000356f024c23bee0547057e277d010065d52af691dbd2d9a1 1.00 MB 2,356 80
437,221 437,221 0000000000000000008689a72427d9b2f69573f3c46af47acd96ad9dc5fd2287 1.00 MB 2,558 78
437,220 437,220 0000000000000000023b1e7b2eb6de6d5e1df411fd65691d5fac102774768001 1.00 MB 2,559 92
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.