Loading Tool

Explorer IconExplorer

Memory Pool

39,536 transactions
17.87 vMB
0.33589752 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.75/200 MB

Candidate Block

Mining Attempt c4c3914b2b304d39b35717e9f812ae2989106a2f7ddcc4a5239ed193864676e3
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root 5b8128c16dc62244bf62b3c1a25492620b08e68594e87bd28e07309dc46e46ea
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.09800589 BTC
Avg Feerate: 8.83 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (654,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,873 258,873 000000000000001e0aaa2469e804591ef7f1676268c4280850dd19b4de522b78 0.14 MB 325 95
258,872 258,872 00000000000000228d17b9b83496c8548cddf17f51ca0f71b1cabe20ace9b6a3 0.24 MB 471 82
258,871 258,871 000000000000001d7ea5648df7bb93024f09fd7099eff8f894aa9760ce943a93 0.25 MB 696 110
258,870 258,870 0000000000000015e33e824076af25f11c225b0e619db0b959707f292d9cb5f9 0.25 MB 541 138
258,869 258,869 0000000000000020e0dbad8b67ddeaae13e83b39303603964affed986414fe70 0.40 MB 887 110
258,868 258,868 0000000000000021e37cb3137d7df979475459b8bddaf879baa158fb51677bba 0.19 MB 419 100
258,867 258,867 000000000000000e1aca6dab690fc5ea2fe631701835c428988fa1c81843604f 0.04 MB 97 49
258,866 258,866 000000000000001387a0fb45b7ae71895ded30669e829bb2b970ab976af87f67 0.41 MB 828 99
258,865 258,865 000000000000000bf347b6da3e57f2504ba70189023e6ca42376e02638c476b8 0.19 MB 506 149
258,864 258,864 0000000000000007325a39b692eba1fd26374ebf7f2f35de827b696c29547d3f 0.09 MB 229 85
258,863 258,863 0000000000000010b1ab0f756ba51178a1f673f3b4b348dd97a46318423594f3 0.28 MB 727 291
258,862 258,862 00000000000000141503af852a29256b79518a4a4635b6b862ac0998b3940071 0.37 MB 825 377
258,861 258,861 00000000000000129db28dea7f28c526cddc0cf43ce55285741c0fdb41ebc40f 0.28 MB 670 465
258,860 258,860 000000000000000e7ba104880dced0c56f1ec14c5974701c44bab3be1f38960c 0.16 MB 371 443
258,859 258,859 000000000000000a56d51413170ae7a18cf6366ac173b8d0629dc3713466d7c4 0.24 MB 558 531
258,858 258,858 000000000000000a283acb8e34a678103a2d2ca3189d7f0a7260389fe9c55e8b 0.31 MB 712 129
258,857 258,857 000000000000001618cc7eca45b0d97262bd68c99a5e3247a20bf7b08a7e5732 0.24 MB 646 130
258,856 258,856 0000000000000019ac1e69097d503e5e6d4cd07598c1f667a6127927e6dd398b 0.39 MB 655 48
258,855 258,855 0000000000000014d27ba97b9c2135d2a9c4d1b2b7480b13e17b1a382c7860af 0.25 MB 510 95
258,854 258,854 000000000000000859fcd061981b55ac24bcee63b802064aecf97f0a40443119 0.25 MB 171 68
258,853 258,853 00000000000000142d53de143f03b17e274965e411b0ff8d095dacc92fdf3daa 0.25 MB 447 129
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 47
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.79 GB
    • Received: 0.17 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.