Loading Tool

Explorer IconExplorer

Memory Pool

73,228 transactions
27.00 vMB
0.06070340 BTC
Random Selection Loading Transactions
Max Size: 164.92/200 MB

Candidate Block

Mining Attempt 66d10f4d7a37cd5c223120e3c0bdaa2aba54f505cd651d826bd5c07ffdc2e7a6
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (292,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,350 622,350 0000000000000000000a931054252090a7739a3ca8ea7f219380fa62c8450374 2,358 1.00/1.00 vMB 38
622,349 622,349 0000000000000000000a29df446ac77bcfa32030bf6c375e586b539b454b3d8f 2,668 1.00/1.00 vMB 33
622,348 622,348 0000000000000000000d0c5a225496b79312a5e2a41232de81389a83e2368d1b 2,956 1.00/1.00 vMB 43
622,347 622,347 000000000000000000077b46daf3ccc92bc490c5974682cd1787068dc2307006 2,923 1.00/1.00 vMB 34
622,346 622,346 0000000000000000000d22ec319dc91ccb8a8beb66821e8b9f2e9d369196753e 2,849 1.00/1.00 vMB 76
622,345 622,345 0000000000000000000c355abc8c2ac7decec117682be409fbafbb0794d4b646 2,117 1.00/1.00 vMB 97
622,344 622,344 0000000000000000000f6a26a2ac42d5134b9200fa3b2b782634a4078f0b066c 2,326 1.00/1.00 vMB 52
622,343 622,343 00000000000000000005bfb8ee77a5a2c22544f1d1c624804b5cff33b4684013 2,109 1.00/1.00 vMB 90
622,342 622,342 0000000000000000000c4a904217db5cd49f46af378958704dbdfa5284ea1e81 1,974 1.00/1.00 vMB 42
622,341 622,341 0000000000000000000d8b770ec22c284c3010a7ad6ad84e4de3efc1887d0c2f 2,597 1.00/1.00 vMB 77
622,340 622,340 000000000000000000051ab8a081af15d44687a96c129c5ad7656bf18197f08d 2,684 1.00/1.00 vMB 93
622,339 622,339 0000000000000000001098906e5eaa712c3ca07fa25ea457769bd90d10bcea0d 2,758 1.00/1.00 vMB 56
622,338 622,338 000000000000000000103ce786f1559c03b2d8cb8c5baf6f3abebd57767c6cc0 2,972 1.00/1.00 vMB 56
622,337 622,337 00000000000000000000b5eb3f76e774ab106c02fb1ce3c85d40d731f5dd3f63 2,816 1.00/1.00 vMB 63
622,336 622,336 00000000000000000005429f44c15f5aaec7b727805dede1f1bfa379188246c6 2,668 1.00/1.00 vMB 56
622,335 622,335 0000000000000000000ee4b4665752616a0ae2ddde7a4747228d93206df6a7ba 2,120 1.00/1.00 vMB 91
622,334 622,334 0000000000000000000a30daa7c66fbadc07c14199eca7c47ead6232748b9ee7 2,863 1.00/1.00 vMB 64
622,333 622,333 0000000000000000000933deaf5a8e4ef0db946b6547a4ae785be1c184c55b49 2,866 1.00/1.00 vMB 72
622,332 622,332 00000000000000000001c81a477e9b7d7676b9ce070dd3b8ab52cf5f2c08585b 1,951 1.00/1.00 vMB 80
622,331 622,331 0000000000000000000282df7b1e9346ab144753e5e4cc7e4c542edce18b1ab7 2,877 1.00/1.00 vMB 88
622,330 622,330 0000000000000000000869612ddf50da3c569ad9c1815ffb111a487b557ee910 1,636 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.