Loading Tool

Explorer IconExplorer

Memory Pool

26,806 transactions
10.80 vMB
0.02449954 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.92/200 MB

Candidate Block

Mining Attempt 938759c10b6ba55a68b02c591446a5a98e1a52e3ef16fd66a5f3f451ce568a17
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root f0594201e0685919c1caac4c015a13c6d4247cb64f6f21b256fa2069c37470be
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 1.00 vMB
Total Fees: 0.00637985 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (705,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,255 208,255 00000000000001e8fb72e065604846dfc143ec3eafa084e88cb2c4238955c9f8 586 0.38 vMB 118
208,254 208,254 00000000000000cbe8a09a6383bcc250aaf27e474845da21604aabd99000aa08 566 0.22 vMB 201
208,253 208,253 00000000000000d12d7a41d93deb19e49923d8ddd037ccbc4c41b55abc5f69be 148 0.06 vMB 151
208,252 208,252 000000000000001a9f25187d8577e46dd2e54243b304be892063dae48ea20560 143 0.05 vMB 79
208,251 208,251 000000000000024bf4431f453f348aca2a0ee3aca1082d7c6db0e10cd32df5ba 396 0.12 vMB 149
208,250 208,250 000000000000004b6db4401b4ac57f717ef21e8ba52cbc715fb0bba29eb4de96 67 0.04 vMB 73
208,249 208,249 00000000000001f60b4723e157aede1a55facd507c5fbd9dcf5b84744681796b 588 0.24 vMB 167
208,248 208,248 0000000000000293c601407b3cc5a66d44ce616902620eafd2caa6f2247c0217 705 0.26 vMB 251
208,247 208,247 000000000000041860ac252cdb76f296bd6c10e0b8d548cdd70320fb01beba2d 362 0.13 vMB 216
208,246 208,246 000000000000014d09b1182da6b945e43990b93ea129f014ec35811c066b217f 162 0.07 vMB 206
208,245 208,245 000000000000045cecfcb551edbe6208ce6b104b62838f5f991e7762963510f3 13 0.00 vMB 65
208,244 208,244 00000000000001cf2e631d453b490a37e19f25268e6d10c0f116625d4330e2d1 171 0.07 vMB 175
208,243 208,243 00000000000003e07b607ba8dd5360de64bba25d3dd1f7e95a013b960386116f 60 0.02 vMB 32
208,242 208,242 00000000000001c662ca59c8abc4f599e4017caa2efcc35e0b932fc7c780207c 376 0.16 vMB 213
208,241 208,241 0000000000000061e3856cabb2f8aaab2df8543d924adb4f3772f943e2fce67b 217 0.08 vMB 172
208,240 208,240 00000000000001c71298b90091a17710bdbdf5a86e512f8f4b647b1277589e80 231 0.10 vMB 144
208,239 208,239 00000000000001cc05f92879af1220b1610ac1a2eadfc9e1497f506aa38dcb36 170 0.07 vMB 142
208,238 208,238 0000000000000297903c4a718fb8b45d81754d8ee3f7d4a725c8ed4e8f1b4c97 26 0.01 vMB 103
208,237 208,237 00000000000001c52a60028d9bca787d25abfa935478fd57134e41fb1ea4afc5 169 0.13 vMB 113
208,236 208,236 0000000000000152009362490d3151637e6791f3b4c6208e980b3b5b9b547064 543 0.27 vMB 157
208,235 208,235 00000000000004cfd988ecfe5b90e49884d0e8060bd8cc3395488ffff7247cc1 289 0.12 vMB 179
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 413.22 GB
    • Received: 2.21 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.