Loading Tool

Explorer IconExplorer

Memory Pool

80,812 transactions
30.58 vMB
0.08460525 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt 4da47aa857eecaae00e46b947e221a8a4ed791da451b67fb10679e1213067d6d
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root f17cc172da94dd1ffeb287c681dcfe36f0b68816291121d5139b514e5963659e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.01538587 BTC
Feerates: 301.57 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (39,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,968 875,968 0000000000000000000224db3f7d6d4ad74c56602c5d1b7c0745650bbacd78e1 2,185 1.00/1.00 vMB 5
875,967 875,967 000000000000000000010a360f78fa44fbe16b8c8851e47c2ffe748f9828dec0 1,635 1.00/1.00 vMB 4
875,966 875,966 000000000000000000020a11e897e2e39dcae2ab6b339ebaabc3c4a6d7e541d6 1,828 1.00/1.00 vMB 4
875,965 875,965 000000000000000000019843c310b2b1b7980c9e558c8381091034bf5afe41c8 1,067 1.00/1.00 vMB 3
875,964 875,964 000000000000000000016d18fcc40219bdbbadbabccabd601090e9bb29c6f51f 1,252 1.00/1.00 vMB 4
875,963 875,963 00000000000000000000e2b5c59ee29d7f48061d0457bbeb636bfc6ad2dd5f9f 2,464 1.00/1.00 vMB 4
875,962 875,962 0000000000000000000211ad72d466f0882486da5da8111c91bbbd050534d83f 564 1.00/1.00 vMB 2
875,961 875,961 00000000000000000000ac1ed5fd4ed07e2ff80b177e26758e72fc130f454f71 2,053 1.00/1.00 vMB 4
875,960 875,960 000000000000000000009c68a6befaa27f6a1ca21738b57eb4c9d7697d88c9b4 972 1.00/1.00 vMB 3
875,959 875,959 00000000000000000000cd66c11df12345f5937b5617b539de428de48efa2674 1,766 1.00/1.00 vMB 4
875,958 875,958 00000000000000000002609eff1aee56185c1cb8db16390b4db1ce5880c08ed5 1,445 1.00/1.00 vMB 4
875,957 875,957 00000000000000000000eef07fc7f1fe896f74da23d2a5223d8698e5e5668651 1,616 1.00/1.00 vMB 3
875,956 875,956 00000000000000000000b73fe9beff8175b0a2d2992ea572140e974e7baffc03 1,484 1.00/1.00 vMB 4
875,955 875,955 000000000000000000020d9cb2cf31a80e9a3cde44fe0164a27d3c16d3734b6b 865 1.00/1.00 vMB 3
875,954 875,954 00000000000000000002835c16cc9a1f9ea0e907e0593cbedde9fc2e833151f2 1,634 1.00/1.00 vMB 5
875,953 875,953 0000000000000000000247dae970c3a13e7ba5f0d9ca7c04760cae49bba472b3 2,491 1.00/1.00 vMB 6
875,952 875,952 000000000000000000010af670f468b176ae8a62769b9b7a0610976e7a0e2a23 333 1.00/1.00 vMB 2
875,951 875,951 000000000000000000025f3127a5e00c429eb27ea85d3a9d3ca5e76157083417 1,103 1.00/1.00 vMB 2
875,950 875,950 000000000000000000022b87cf09cca105c7c11a449259dfe85d28782cfd6c26 2,087 1.00/1.00 vMB 4
875,949 875,949 000000000000000000023063c2782320c340e29f7352d5548a98e99303a9d275 1,631 1.00/1.00 vMB 4
875,948 875,948 00000000000000000002645226ba4c3245bb19d5f34e6d479634004c06f9b7dd 666 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.