Loading Tool

Explorer IconExplorer

Memory Pool

43,708 transactions
27.14 vMB
0.06039368 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt d3d4efbca1fa1786cf050f79550f1c93db68548839147b38fa6674a17a0f4c1e
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 2224d3af8e34dff9483841cf152fe82ed9be991949d020eca9cb8f91b5edeadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.00974495 BTC
Feerates: 200.99 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (425,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,293 489,293 0000000000000000008655949de1f6815d9e491d4f43d20d67ecbd9eb50f0a62 2,500 1.00/1.00 vMB 153
489,292 489,292 00000000000000000020df0ace777219f2154388aca45e310995a4d6ab026e3c 1,656 0.75/1.00 vMB 152
489,291 489,291 0000000000000000008f7be8658c5a8a0b9731ffe60ba158ad81a98ce12c471e 2,354 1.00/1.00 vMB 155
489,290 489,290 000000000000000000c7cbe9fb54b8881b42a52627532fa41484dab30bb5b104 2,171 1.00/1.00 vMB 153
489,289 489,289 00000000000000000058fbf36f1a940b672c260f59cb2e6bc75707d2f8be84d0 1,907 1.00/1.00 vMB 34
489,288 489,288 000000000000000000f20d2ea5579e344ab6cfa5a904d58aeecebc72617eb7af 2,516 1.00/1.00 vMB 154
489,287 489,287 000000000000000000b02bce9a5b9356dc1e1ea6576632cdb41cc213463f06db 2,081 1.00/1.00 vMB 144
489,286 489,286 000000000000000000693be21f8df9db130c0cc12a5d73e03b433e9b59131435 1,918 0.98/1.00 vMB 112
489,285 489,285 0000000000000000007e1658aa988863e1998d76feeea79517a5dffe00fdca8b 1,850 0.97/1.00 vMB 117
489,284 489,284 000000000000000000025c3706d287dcc057c2ad7ada36ff85ef702440d737ae 1,347 1.00/1.00 vMB 77
489,283 489,283 000000000000000000add5686931b0ef2ab7d6618139eceb2a0b19d41b4a6869 2,118 1.00/1.00 vMB 39
489,282 489,282 000000000000000000dd91555b5ad57d2931276ee225fa8ba404ded6d29a86e0 2,462 1.00/1.00 vMB 149
489,281 489,281 00000000000000000080a765322902b410e43efb5944d95a86f1e6368ce600a1 2,015 1.00/1.00 vMB 103
489,280 489,280 00000000000000000005faa62b0a2098b7a1afb842dce5606e16a03c49a65b52 2,637 0.98/1.00 vMB 181
489,279 489,279 000000000000000000ad2b8456119ee61e632776065f3b1f278d6c7333a552bd 1,759 1.00/1.00 vMB 76
489,278 489,278 00000000000000000033b0e20db207fe2d3f53cd451be89c3ba6ea64c7214a07 2,116 1.00/1.00 vMB 54
489,277 489,277 00000000000000000051fb9bb685450b8e51ee0eb825c6dffb730e6f7b74d156 1,728 0.95/1.00 vMB 69
489,276 489,276 0000000000000000003ec2164613d405de7e4273958bd999253ba0b9f6f723c9 2,561 1.00/1.00 vMB 89
489,275 489,275 000000000000000000dcf71b2c4b808b838a5bdde106bd3296e736e5eb76e5dd 2,246 0.96/1.00 vMB 63
489,274 489,274 000000000000000000c662d03f7138e4c26c6d678484bb8d9025ccf216e048f2 2,280 0.96/1.00 vMB 82
489,273 489,273 0000000000000000007004738705af03a1178fbd341a39626e43c206365026e0 2,710 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.31 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.