Loading Tool

Explorer IconExplorer

Memory Pool

34,164 transactions
25.30 vMB
0.05350060 BTC
Random Selection Loading Transactions
Max Size: 128.59/200 MB

Candidate Block

Mining Attempt 9304fc446d7f64843c958e78464ea9b141582c66ae6a0b18f07513e1082d3d5a
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 9af8170878385759f79ae36f78b991019e0b1e816a77df9393ddc5e0e4b0226f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,115
Size: 1.00 vMB
Total Fees: 0.00750456 BTC
Feerates: 93.93 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (784,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,760 129,760 0000000000001b0ef6aa47e1b48c3e779509d52153ec17badb85342b9355b32d 20 0.01/1.00 vMB 917
129,759 129,759 00000000000019dfd750f1f28bd8b4278176b7241517c2595a0e1db153444c5f 10 0.01/1.00 vMB 808
129,758 129,758 00000000000004b9ed2bbb4c04ba9a3fdde81dedb51706bfd4942b35455c00df 43 0.02/1.00 vMB 217
129,757 129,757 0000000000000dc2d125bdc62d880c004bf0aca6dd4d35e4cdc8a6abbc0861d4 5 0.00/1.00 vMB 0
129,756 129,756 00000000000007a4fd8d6ed07441e4e26121ee3b40209e5ebb040bed932127f3 11 0.00/1.00 vMB 806
129,755 129,755 0000000000000d5e5dd37e8ce23d77808ad2c88fce314dd655c3db7a325489ae 11 0.00/1.00 vMB 1,085
129,754 129,754 0000000000000ff07d0c7bf05a42f4b4b788ce193c9a80d9f6fcc8f3999cdb27 11 0.01/1.00 vMB 1,390
129,753 129,753 00000000000015acb54259010dfd0dc382081cb9201b59bdffb03426d04cf85a 50 0.02/1.00 vMB 120
129,752 129,752 00000000000013612562de5bddb47d9a92e1f4387b944ce64b9a64598d345c35 23 0.01/1.00 vMB 710
129,751 129,751 000000000000158e7e1e76975683d716cd9184054af129420743c0a037b528fb 45 0.03/1.00 vMB 1,195
129,750 129,750 0000000000000164509fe736e131a6da7d25e6e6ec24e6932b28056e4dad9d52 10 0.00/1.00 vMB 1,381
129,749 129,749 0000000000000b417a0624c8748f836bbfed640da309bafb2e961204bb5e2f37 5 0.00/1.00 vMB 1,941
129,748 129,748 00000000000015e0d0dc38a9926dd7c7474ad53a4d6c5cd832da24f1080b277e 18 0.01/1.00 vMB 1,302
129,747 129,747 0000000000001a76e022c0026a3a2de8f051e88917e55aeb7707a43f0e9ed146 6 0.00/1.00 vMB 0
129,746 129,746 00000000000000b3c260c0d45e2432e4f887f377e7fc569926ac6bfa65c0d018 15 0.01/1.00 vMB 535
129,745 129,745 00000000000017556de7efafffcc739789edcd63650be3509a25fa79c504e40a 136 0.04/1.00 vMB 25
129,744 129,744 00000000000005feb1ba372cc966911944ab38c1d1614995b4ba555c8fb09ef2 24 0.01/1.00 vMB 1,359
129,743 129,743 00000000000014f51d779b81b9a6ed220ae2101fcd6aa18282149fc3aca83851 28 0.01/1.00 vMB 540
129,742 129,742 0000000000001062417612b8d156a9617527663bea4c34ce1bb9604ce6426a10 50 0.03/1.00 vMB 973
129,741 129,741 0000000000001344b8e2969acd5413509c58aa59f002987c8e5eadfeb8027fa2 46 0.01/1.00 vMB 229
129,740 129,740 0000000000001b40f024b83d8931e694715ba26200b2f3847ea517fd0f7f7e20 38 0.01/1.00 vMB 1,251
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.