Memory Pool Memory Pool Refreshing

8,516 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (684,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,303 223,303 0000000000000022fbc55fd99181a8b632c917cc28e6b1d808b02c70fd8f07ac 0.02 MB 64 161
223,302 223,302 00000000000004321abc8b14da837026b462eda6039ecd3bf87f1ea8d32cd463 0.14 MB 256 116
223,301 223,301 00000000000000ad9e64facf51ca5921027026ec0fb7cd54436fff72ad559fa9 0.21 MB 447 183
223,300 223,300 000000000000046566aaa95a7c57f5de88ed5030b16e556684d661cc53e4de74 0.21 MB 543 204
223,299 223,299 0000000000000470bf9b07d75c6aa4139772aa419f5916ac4f933211f92aac9b 0.05 MB 138 442
223,298 223,298 000000000000034f73fb65836c57fd78d7b34d30b22c846af9badffb03440de2 0.07 MB 157 179
223,297 223,297 000000000000001bc86d979586b233977e57554d16455f0f327539779ab5792a 0.17 MB 308 141
223,296 223,296 00000000000002f2eeb3959fb306aa742f472b95c5d80492dd47c12d5cb82440 0.04 MB 67 102
223,295 223,295 0000000000000002b21d0cb4c5f121cfa5b8ba8ac0b16e0e542d716d0d08ce0d 0.15 MB 244 115
223,294 223,294 0000000000000013e018d34b9ea3bec0fbeaf97c6af754818c217340c3ed1947 0.25 MB 656 207
223,293 223,293 00000000000001f4c85e14e80c9fd63c7fd513331f2b5615ad118710f5170d41 0.12 MB 187 116
223,292 223,292 00000000000003be7edf141b2ef8a705cf6975919d674f560eb2b3ab3cd3e8ca 0.23 MB 584 201
223,291 223,291 00000000000003657b4ba38c9132b127a60ae77722f09e9f9ed23b795c2825c0 0.13 MB 229 149
223,290 223,290 000000000000032cbc5fb1b3d8d17b6ffdd7a10b9e6054ddea27d5ef8f17079f 0.00 MB 9 363
223,289 223,289 0000000000000306190c399f2df82b2cc1ec8d6d0d4497b4132cb054854b7cec 0.05 MB 91 164
223,288 223,288 0000000000000391f74b7d5b3bae80672fd92795617137999895beb7a2791fcd 0.21 MB 572 247
223,287 223,287 000000000000003ecf6dbf0d1936bf1f3d7ede1f18172675d1107d7c50587a21 0.07 MB 151 183
223,286 223,286 000000000000037be2451b909899669b63878f5766d1f096792efed04f84f7ba 0.05 MB 94 186
223,285 223,285 00000000000000c3c23a3d361aa976d703668170aec83a2382a20c9cf15db42c 0.13 MB 289 191
223,284 223,284 000000000000003993b28afc1ab17e3bc72b9a67a514b9bc47df5aa93d4d88eb 0.41 MB 486 7
223,283 223,283 000000000000014e0c17e3f75383f02ff377b45f8622621ccfd2e276f1f50baf 0.14 MB 321 184
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.48 GB sent, 93.03 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.