Memory Pool Memory Pool Refreshing

4,092 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (719,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,347 188,347 000000000000065d7dd6981d0160d6620d732f7e6421eb9dfb22145d77a1838c 0.00 MB 8 29
188,346 188,346 00000000000009212805a65b4191820fca6953161ddfa96c253a30b04171f770 0.03 MB 73 98
188,345 188,345 0000000000000104aa85bc597c4da44651045c2e2b1cfa0bf8b5947caeacc1f1 0.10 MB 194 493
188,344 188,344 00000000000005821e9300f491c24b090c4624258d0b130d9cd1f65ea1d98cff 0.00 MB 6 14
188,343 188,343 000000000000045441f05fda7fdfcfd4c61d00ea4e990508aec2ee84b22279da 0.00 MB 12 329
188,342 188,342 00000000000003e8272812fcc89e251a48515c69cd21872aaa6c2308ba7e90ef 0.49 MB 1,203 106
188,341 188,341 0000000000000419cff97c695f73537a6245cb7d884ccc144b9b84e8fda84013 0.25 MB 510 121
188,340 188,340 00000000000005f321362dc5610efef87b9975ac92f841628679cf759d230de5 0.07 MB 210 176
188,339 188,339 000000000000017c5f2610461d13199a52b99fabbe667c976709fa446bf5e43b 0.01 MB 28 128
188,338 188,338 0000000000000281a7b27a2df4aa72436b9240f015c59629b2a8832204652a56 0.05 MB 132 46
188,337 188,337 000000000000021467e438aeb16560d875ed5f3162cf7952f1b69ab7a660bd33 0.04 MB 107 26
188,336 188,336 00000000000003602b228c3ccd3541d1563bb93e1e25ae4dd598ddf380f22bef 0.13 MB 319 118
188,335 188,335 0000000000000860d1ef4b3bfe8d1a164ab46f256f49da276b9be32d437b06a6 0.00 MB 7 0
188,334 188,334 0000000000000397590476aaf74a619f1a57404fdba33a8d988f9495e4a47fd0 0.01 MB 19 109
188,333 188,333 000000000000025f40e65feff760a7508e6150f32ef9262d831d0efb9d168286 0.04 MB 70 138
188,332 188,332 000000000000094b944cc807129a2e270753a565a3a8b37f609dc1e80a631e4c 0.04 MB 109 105
188,331 188,331 0000000000000918e6663d29501ecd2c4d4f4c150675226f6eb6a517c38da22b 0.12 MB 312 92
188,330 188,330 00000000000003785b380ef6b103b5fd6fbc02693858811a82240409c07b9b3f 0.07 MB 186 53
188,329 188,329 000000000000067dc9619d795bd16eec0a6e1910dbdb02abae87e9ae76e898e5 0.01 MB 13 81
188,328 188,328 00000000000003295bfcaccbabc800fb3586b23e93ed38bd30bfb0936b888a07 0.15 MB 269 125
188,327 188,327 000000000000084ef637488077f1b730cee556b63391b4420be01ac3ac5c26ef 0.07 MB 195 75
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.