Loading Tool

Explorer IconExplorer

Memory Pool

51,068 transactions
21.90 vMB
0.09331211 BTC
Random Selection Loading Transactions
Max Size: 125.66/200 MB

Candidate Block

Mining Attempt a532b4b71217cee5c5434cf83e62321781923ef84a49622a1f5fc813f5cc9cfc
Version 20000000
Previous Block 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4
Merkle Root b5b5900c304424dbf19eec5f2fde41f3f720b55fe2b9a24622fc1f4f3f76ec18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.04607087 BTC
Feerates: 150.77 > 4.62 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,020 (790,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,622 123,622 0000000000003e1fa8c174e703f86119c9dde981de8831659fc435d5772c8132 53 0.02/1.00 vMB 1,387
123,621 123,621 0000000000001b4fcde1f1d5526d47fffe133e9a19112c0eabe94b6bb4a618fc 4 0.00/1.00 vMB 1,829
123,620 123,620 00000000000016630324c8950eb3fc3b4cdf808c30bdf4a6f9421c5dc947e58e 19 0.01/1.00 vMB 115
123,619 123,619 00000000000069628d69fad0ce59d7b7369d6a11b6aac0914af1b1475c0710e4 1 0.00/1.00 vMB 0
123,618 123,618 0000000000001f4aebb5b2ab8e3fba75a6112b3b8c10ef155cd27d3e765e1cb3 39 0.02/1.00 vMB 94
123,617 123,617 0000000000004e41c337856a17dae7cfe15c9055d1fc333dc0ecbc0dbd5c3ae3 4 0.00/1.00 vMB 667
123,616 123,616 000000000000383d43982ce0af19f0fab331f522687b161f3edfdcfb4714215f 5 0.00/1.00 vMB 0
123,615 123,615 00000000000037eb7153ad4a8104608a0994534926f65534f7951835d9e79618 7 0.00/1.00 vMB 0
123,614 123,614 0000000000005a90267532afe48f9cd101b1e730295a1251e1c3e1865fe4cb8d 5 0.00/1.00 vMB 229
123,613 123,613 00000000000062f0fb8f9f6d9d22790a491a20ef2ae087159b864e239b4a49bc 9 0.00/1.00 vMB 219
123,612 123,612 000000000000023443e18ce37e7ae15e5e1f4cfbb87ad31944ce47186bfc00bf 57 0.03/1.00 vMB 181
123,611 123,611 0000000000002cef4031a390e129a5849cb538bd83a5482f689965d6f2ba5789 7 0.00/1.00 vMB 0
123,610 123,610 0000000000002c1864272f6a6419253b3d7975aaec839f88ba5ee1a016ceec1f 9 0.01/1.00 vMB 153
123,609 123,609 0000000000001db9814fd5a85a477daba7363b7279262917ab406dbc7ab40d82 9 0.00/1.00 vMB 302
123,608 123,608 00000000000064c95d03a89b09a7261a6c53fe77c235089281ca93a51283e3e9 6 0.00/1.00 vMB 0
123,607 123,607 0000000000005648b0411835227ab0d25d8682a4220eb231a37c171ff3396977 30 0.02/1.00 vMB 209
123,606 123,606 00000000000002629e5cb900813e7ce381f5e0f43dedeac536ac12b83c2db4e9 5 0.00/1.00 vMB 0
123,605 123,605 0000000000002bbc091568c6a612d155dc84cc2a6fc139944add700a862ef052 6 0.01/1.00 vMB 1,131
123,604 123,604 00000000000002a6ce726919007e1cba9b65eeba8070aeeb81b88aaace4c076a 10 0.00/1.00 vMB 0
123,603 123,603 0000000000006807b1bea8a195d8851d16a7400b9be8d8aca948f222b4367b91 51 0.02/1.00 vMB 320
123,602 123,602 000000000000248fc8fc4a90befe369ade4ee6f3f528069c6ce778ef0dea1bb3 17 0.01/1.00 vMB 319
Previous 10 blocks ↓
Total Size: 780.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: 550.63 GB
    • Received: 6.45 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.