Memory Pool Memory Pool Refreshing

4,641 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (701,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,154 206,154 000000000000024b270508c6d18f6724ff898b0bf544eaa1db9d3ca294dc9178 0.01 MB 13 108
206,153 206,153 00000000000003692ca8f3b87d7f5d05c51edd80913e2b4f6cabd66ed3889222 0.14 MB 294 222
206,152 206,152 00000000000002b0b75d2559e27dabecb52df823cb0096fdf99e913f960ca78d 0.18 MB 431 328
206,151 206,151 00000000000002c724eab15da58d10627f043674ce0067ae1ef9a046de1d83b6 0.06 MB 194 345
206,150 206,150 00000000000001fde896dabb0b242449fcfae05d3811e73b11f58106fabc9f34 0.05 MB 113 336
206,149 206,149 0000000000000266f53e6783e702c345eea31f20ac1b6aa2c72c512355e10d3c 0.08 MB 171 242
206,148 206,148 00000000000004cf58b31a03d21b1cfbfc42e744626e2dd91b606feac85d0dce 0.07 MB 131 259
206,147 206,147 00000000000002e5782f350dee0ed305c9eb3b1a1ed555df0133ef4371584fb7 0.00 MB 9 150
206,146 206,146 0000000000000259e2a1d5a1a8e92bb2a29602983f2945a7879fc1954e80ba71 0.02 MB 43 308
206,145 206,145 0000000000000258d02831e00e445ff318da6f6e873e52b56ebf657837add546 0.15 MB 361 262
206,144 206,144 0000000000000209ad039611a7979815932b24e5ee632ddaf383ae137bd9c443 0.16 MB 303 157
206,143 206,143 000000000000050101ea4e9a25f808b1c2d1444dec018570e5101adc21d3334c 0.05 MB 130 411
206,142 206,142 000000000000037d8209e67316b83670814833fc73699be49737544a959c189a 0.02 MB 73 76
206,141 206,141 000000000000004fcfc50aded9f3680e6bb99a8e2a5434c745056e22e0015d40 0.21 MB 383 145
206,140 206,140 000000000000033fdc92c101976d2e6c5744523212653a87b4b17af11d1c415a 0.15 MB 354 398
206,139 206,139 00000000000003a8ca87556b6d1f835da71c490b75b0b268b56c988a5a562fc1 0.02 MB 50 302
206,138 206,138 00000000000004221c509483df39a749902af9923ae2b69d5d9f4ecd57c396d4 0.05 MB 177 7
206,137 206,137 00000000000002030b57efb3f549cbda92be38833f1efbe32fda121503dfae65 0.05 MB 123 200
206,136 206,136 000000000000000fec3efc353e8fcf50e8f55a8971cb6062692bac603401aa27 0.04 MB 108 273
206,135 206,135 00000000000005083f002b540a30771010a60f6da7da5ca8919306073c3bdcb0 0.07 MB 135 117
206,134 206,134 00000000000002452a3ef3e2ca97bcb64a45de1e8e8d3cb6787e8900e8867506 0.00 MB 14 50
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.