Loading Tool

Explorer IconExplorer

Memory Pool

15,286 transactions
6.98 vMB
0.02062516 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.11/200 MB

Candidate Block

Mining Attempt 5813c7b39cd0e952c437aa2f1e33cfecdd3b21691f531e273b181103e0092d95
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root abedfb8ee225a491ceeea5792f2bb3edb4c9deed0f6e6a036bebe728c503e6a0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,457
Size: 1.00 vMB
Total Fees: 0.00736118 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (713,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,400 200,400 000000000000027b53148d16a3934be291a598b49c8987b83b4283424b30be21 27 0.01 vMB 85
200,399 200,399 000000000000006c3ec2668d792c990799d91e72d8e93d80052dcafb55aa8542 207 0.09 vMB 127
200,398 200,398 0000000000000426070ea41818dd834610c154a940f5e3a7578daf8afab8415f 19 0.01 vMB 140
200,397 200,397 00000000000004d72f446f527741dd33395226fcc80a18d6f83266f2c81a4aa4 65 0.03 vMB 121
200,396 200,396 000000000000031aa7ae05e46aca533d3f4b3cddf08d221d09ba497a99d50080 260 0.14 vMB 117
200,395 200,395 00000000000002d190c29512dc8c08cf8eb8a161fba1160082d4f5a7af97cf2d 17 0.00 vMB 240
200,394 200,394 0000000000000491f4b0007975a772dd6dc519add23a619ab349d70158d26e53 446 0.23 vMB 81
200,393 200,393 000000000000033adde2331c5e0aa5c8240fb81608e012b777ea11a8f95ba8a3 7 0.00 vMB 15
200,392 200,392 000000000000024288802e965867fcd8d42b33d4762e2dc56dc138276fad7ad5 15 0.00 vMB 43
200,391 200,391 00000000000003138b5a100b66482a5dc1465cf3eb407096dbf747cbd1d328c4 239 0.12 vMB 133
200,390 200,390 0000000000000362df2dda6d84b9e6a74e03857c243ab9b0a5fb97d5863b6dda 1 0.00 vMB 0
200,389 200,389 0000000000000407d2eb05dce50aa815d2173aded9b059f40be2d9bc01986137 7 0.00 vMB 151
200,388 200,388 000000000000039a215faca576b0be28b37aa553f681ab10ee4f77fd41eb0548 62 0.03 vMB 81
200,387 200,387 000000000000005fc5d3c3d301f46a4b5bfc948c7dc76b39faad8c7cda22baca 380 0.14 vMB 133
200,386 200,386 00000000000002c5fa316b914ce23cd2f12136d691a69f56493cc479d17ba17d 11 0.00 vMB 0
200,385 200,385 00000000000002f8bc51ac8852cbd3d170df066da3b8249e91f7428c45ec8cf0 47 0.01 vMB 147
200,384 200,384 000000000000000566e839a5df4729d1106fb486d9e3654315f95f49a0d71cca 277 0.11 vMB 110
200,383 200,383 000000000000011e2013ab80817a72ce7bef74db5c67c7283d815b727897d6f4 217 0.07 vMB 118
200,382 200,382 000000000000006611a8d0a115ecae2568f593b3987171e30e348dd04e8950ab 288 0.16 vMB 99
200,381 200,381 000000000000009c9009eee125f91505f533a8dfe20963634956694f1e2937ad 152 0.11 vMB 89
200,380 200,380 00000000000000bed46cc1c836ac62bb07b6c94b96b4f34cd6a73a1dfbc7fa23 114 0.05 vMB 99
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.11 GB
    • Received: 1.39 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.