Loading Tool

Explorer IconExplorer

Memory Pool

78,676 transactions
29.06 vMB
0.09844139 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt c54512c8b6a6602509a5a7d5a7e96ba4d844a9d535de87f13b2e713bef74236c
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 535ce33f6c20c538869071033db55f82e26f0627a71431181408f9f875a99333
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,593
Size: 1.00 vMB
Total Fees: 0.03763828 BTC
Feerates: 137.15 > 3.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (849,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,748 65,748 000000000a082ed053c6aa4433a2333c664e821d1560ff9c673ba1adae46d413 1 0.00/1.00 vMB 0
65,747 65,747 000000000a42b29ccc70942181dd22d421414c31989993f206b0075727253fcc 2 0.00/1.00 vMB 0
65,746 65,746 0000000009cf5cb1cef90071e9ba1e8fd81f6e2b023e37795b13d91ce36cfe32 3 0.00/1.00 vMB 0
65,745 65,745 0000000004305ec404b04dfb59e2f11e360ba59cad796a6efcc3e28cf54764ab 2 0.00/1.00 vMB 0
65,744 65,744 000000000a6fd2efd847cee5ffd5d61d137666c273d8fa64f84498768b557621 3 0.00/1.00 vMB 0
65,743 65,743 000000000a7ef562b3ef735347d7e80e0893e336f5c9b9f3ebf9383a71003561 1 0.00/1.00 vMB 0
65,742 65,742 0000000000a92e14e5ef3f447776eeb1253bc8d5a2507a67d276817eee48f8bd 7 0.00/1.00 vMB 0
65,741 65,741 00000000027a82792fcf90904bc1b7ce4af67180693b87889ed5bd6a9813dfbe 2 0.00/1.00 vMB 0
65,740 65,740 0000000007481910aabdfa05eb09fc664cb0c0a10a424935f53c1161d7f865d3 6 0.00/1.00 vMB 0
65,739 65,739 0000000004c094cf0f6d173d7a2d00a7dae71fd52bcbb2e92eae2074fcf18b98 2 0.00/1.00 vMB 0
65,738 65,738 0000000009bca72b2a7de0b895c3e23f5595aa3810d0dfa4624b76563d88074e 1 0.00/1.00 vMB 0
65,737 65,737 000000000907cc14482a1355cf4f85659d68bb1959896e1189939ebab8fe8825 3 0.00/1.00 vMB 0
65,736 65,736 0000000006329a31c14df77180269eeec8c3a90fd1a3cb7248989155792331ef 1 0.00/1.00 vMB 0
65,735 65,735 00000000091b9df9da1a27cbc8a85497c4cc367e29d94e4e83b66c1fb788b307 4 0.00/1.00 vMB 0
65,734 65,734 00000000089529ba5656e2fc8bc4d22400e687e5c60849d79362e6fd0f337405 4 0.00/1.00 vMB 0
65,733 65,733 0000000006b00fd56e725d12b1ed01eda34b94b897b524f1bdf97f62f244aff7 2 0.00/1.00 vMB 0
65,732 65,732 000000000397a27847dbe168472e0b02b82998b7c8acf48156f13fe28ee1dafc 1 0.00/1.00 vMB 0
65,731 65,731 00000000040a1b8629f0a469977a1c8e8aed19798df2f159ad785df47e47ff39 1 0.00/1.00 vMB 0
65,730 65,730 00000000000a70d84ec03eef58bdc5128003e6739be73723ae3becf1a1dfe480 4 0.00/1.00 vMB 0
65,729 65,729 0000000000d90b882ab9c4ca6ae4f4b4b6afffc9c234f12b88f5a5ab9f4922d2 1 0.00/1.00 vMB 0
65,728 65,728 000000000645f6fbb9890f9e038e68dec751e478358df1f6a669cce6ff48cb35 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.