Memory Pool Memory Pool Refreshing

7,519 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (645,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,236 262,236 000000000000000f333bf601bf29317a3c3ca67c353cdbaaa23ec9b3b322e8c3 0.15 MB 306 69
262,235 262,235 00000000000000076d3b2c2516fc25dc58bc77c7a8fe4c89c51b58f047205424 0.29 MB 755 102
262,234 262,234 000000000000000a5ea92520238903bff7b5bfe10db1a7d900b8170da8c07552 0.01 MB 32 158
262,233 262,233 0000000000000010aa1dab620a074b628fb487683943d3f371aa86c9950396e2 0.12 MB 231 57
262,232 262,232 0000000000000005a5c8fd9f50f05ddcb86081985442a6bdb3b3c84283ad7716 0.24 MB 382 61
262,231 262,231 000000000000000862b2ac7e8685274c68876e828a60ef31dfbfabe1dfa06f4a 0.09 MB 169 72
262,230 262,230 0000000000000011aef1b81747421dd8cc90c9b529c9590c1039bf9dd0112369 0.12 MB 366 123
262,229 262,229 0000000000000008a2ebecc110f080c6df86d55cc423077112f9187733ad6411 0.12 MB 286 112
262,228 262,228 0000000000000000532c7cbb709b90593feb9baf1c893d7f10d457233eda48f2 0.08 MB 221 113
262,227 262,227 0000000000000009b51703c509cf62c7d5a7c4853271813924367d3bbefe5872 0.03 MB 107 109
262,226 262,226 00000000000000094acce25f76743c9d7b8dfb14311fa53f5a2ad74656dadcca 0.07 MB 200 117
262,225 262,225 00000000000000162181571bf912d89b4208081d0334ac875cbeaa155226ba77 0.15 MB 255 66
262,224 262,224 000000000000000c2029672395f8059851de217fd020f1e2991e6d652516a30b 0.10 MB 258 106
262,223 262,223 000000000000000e64c38eaab748a9f9f730fd29a869be85464fa78fcb993745 0.12 MB 313 111
262,222 262,222 00000000000000061c4b93bbb75b43ed24d04bcf0f067da4cdbdccf6acba65b7 0.17 MB 434 119
262,221 262,221 0000000000000004b5b4109aca134ebc91e119cd1b851bf96dd22d641379a5d4 0.19 MB 529 139
262,220 262,220 000000000000000f319dff3766ceb8e26545f2467e9a5edbb687472c639432d6 0.15 MB 133 36
262,219 262,219 0000000000000015c5643e83b0749cb30a7925b2339843b31ede42d15ada81cf 0.09 MB 251 112
262,218 262,218 0000000000000004b35db2c01c6525258ae82aa7a300cdc9bfb48dce7bd68ae4 0.05 MB 129 108
262,217 262,217 000000000000000423ad39b1469ef31e93200ad41db87d10870a6a0b5e9cb7f5 0.14 MB 314 97
262,216 262,216 00000000000000150194a8f14222a867c7dc45bb418840cddaf68e1912794ca0 0.22 MB 489 140
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,633.25 GB sent, 93.77 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.