Loading Tool

Explorer IconExplorer

Memory Pool

37,838 transactions
26.18 vMB
0.06429795 BTC
Random Selection Loading Transactions
Max Size: 134.55/200 MB

Candidate Block

Mining Attempt 20a4107ead39d56e879e47a5cff4beb344f93c75bb46548edba52cfa946b6da3
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 0cabc9324b94bdeddb478e7a8f9624148466b0746fb039e1773d5825b5625c3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,378
Size: 1.00 vMB
Total Fees: 0.01586326 BTC
Feerates: 102.99 > 1.59 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (784,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
129,739 129,739 00000000000005f1ebee92bafd5294936c607cc1fc9b6e8446fec057b76a1d43 102 0.04/1.00 vMB 2,567
129,738 129,738 00000000000013e3a279649d83065f083a5d29e84ba0ed079b958169b556b101 32 0.01/1.00 vMB 1,144
129,737 129,737 00000000000007166cb3f6f4c980665392ffd2a8b37031576f95c55d1157e3b8 11 0.01/1.00 vMB 346
129,736 129,736 000000000000188b089238f72d7f0eacd634995372616b7bd9c5080d0e2c63c1 37 0.01/1.00 vMB 577
129,735 129,735 0000000000001646b930499d71e0cb6cfb13512fef6c419dbdc236b2bee2d29e 32 0.02/1.00 vMB 607
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.