Loading Tool

Explorer IconExplorer

Memory Pool

30,930 transactions
25.04 vMB
0.05915296 BTC
Random Selection Loading Transactions
Max Size: 124.90/200 MB

Candidate Block

Mining Attempt b924c282dded1737e1bbc7e50fae33db7f6ba2522d3919f4ce41c829db055986
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root d575010b4293edf7344e3d6d2999ec36a71d21d6fd6a2bd6c4b29f4a900b1a57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01433544 BTC
Feerates: 100.24 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (500,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,049 414,049 00000000000000000252180ef9c91d88ca1f41c40a65c7f71df208b9b590e741 2,475 1.00/1.00 vMB 69
414,048 414,048 000000000000000000c7fc47076a5d413f2fa2faf8671ff08dd7ccf80096ec1d 1,949 1.00/1.00 vMB 56
414,047 414,047 000000000000000004d4e43adcf8f61d1e1805ce463b613690abed5c19983a17 2,551 1.00/1.00 vMB 67
414,046 414,046 000000000000000000ea476cd6243fcdc600fce17e5cbb19d5b236f8e8735a6e 1,448 1.00/1.00 vMB 23
414,045 414,045 0000000000000000048da9ede6a395e5f060baff55a8d7051894cc3fb727eebf 2,472 1.00/1.00 vMB 63
414,044 414,044 0000000000000000006fe46a1d58280ad5eddf9bfca41cdb863830c36938338a 1,439 1.00/1.00 vMB 34
414,043 414,043 000000000000000002ba470186b00926c8f30af5334aa03261f23871f5b80e11 2,756 1.00/1.00 vMB 71
414,042 414,042 0000000000000000039a390f68c0f667fec61f7db3d8102048d7fc726c432b5a 2,476 1.00/1.00 vMB 63
414,041 414,041 0000000000000000018ae4668ad4f3416a4b27150a9da0583a01c01ffcb2500f 1,316 1.00/1.00 vMB 40
414,040 414,040 000000000000000004e1489d4f9d25141fece9d12976fbb5e82c622bb5cf4851 1,886 1.00/1.00 vMB 57
414,039 414,039 00000000000000000378aa86c50d9b4270b7cad11e13ded6b21aa0171708961c 1,026 0.97/1.00 vMB 31
414,038 414,038 0000000000000000047f27a6c48e135f02c4e6ecdba818bc3e6f718eb16d38cf 524 1.00/1.00 vMB 14
414,037 414,037 00000000000000000342c21a944952918bee6130079e1edcd3d20e10d441f232 1,939 0.93/1.00 vMB 65
414,036 414,036 000000000000000001bc2aed9fc01e0b575f61c6d13e676571f08f84613e7c03 1,811 1.00/1.00 vMB 43
414,035 414,035 000000000000000001031fcb87f8c406080dee1bf4d93d59572b6cc7c6525bd0 1,880 1.00/1.00 vMB 48
414,034 414,034 0000000000000000035a67a9c9a4919d61abf46fdf5e4a9b9c59cbea76135c0a 1,248 1.00/1.00 vMB 34
414,033 414,033 00000000000000000070cf8b69a2500b7b5b78f2596f5c41569403e39fc903ae 801 1.00/1.00 vMB 20
414,032 414,032 0000000000000000057d9734ba014d51526d345c819786e62d9a5166ed6f1c8a 659 1.00/1.00 vMB 39
414,031 414,031 0000000000000000020e378fc922eb0d6b2b01e9fcc830fe2fd597d13bea646b 970 0.99/1.00 vMB 48
414,030 414,030 000000000000000001e2bcc1ade2292c558bc941dd7be79db51fa08bc80ce985 266 1.00/1.00 vMB 13
414,029 414,029 000000000000000001a5c41ed29723e930f76f7fbdcb57e7c611513efd314384 380 0.25/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.86 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: 641.98 GB
    • Received: 12.53 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.