Loading Tool

Explorer IconExplorer

Memory Pool

73,951 transactions
28.53 vMB
0.07187782 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 37ef97336d45f2f0c47e20cd40943ad70ba9b3791e0b125d127c9b7e23551ed0
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (347,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,195 567,195 0000000000000000000b5754f2e364903733256f1d3a8cb086f95c7cb0c89881 1,914 1.00/1.00 vMB 11
567,194 567,194 000000000000000000174f733912f0aa75aea1a7d515776976b7a8409e0464aa 1,947 1.00/1.00 vMB 14
567,193 567,193 00000000000000000020af10486c31d013bde0ecac95b921556be1d2ef907998 2,535 1.00/1.00 vMB 36
567,192 567,192 00000000000000000020f2cf0eb11a423eab07bf343232dd7aa5e5586ed3dc1e 2,774 1.00/1.00 vMB 40
567,191 567,191 0000000000000000000495db27a6e6d5dd1fb5248f6808bb9516fb867e32a7ec 2,632 1.00/1.00 vMB 30
567,190 567,190 0000000000000000002e006f0f435715dab58f8d97f4d638e971058e8dfd8e39 1,729 1.00/1.00 vMB 18
567,189 567,189 00000000000000000005c9611f29bfc6c682ef145b92d535856781f789718a82 2,253 1.00/1.00 vMB 27
567,188 567,188 000000000000000000158478de132b13a443fcb88b60dfba42bdc36276fe16d0 2,044 1.00/1.00 vMB 44
567,187 567,187 0000000000000000001348acadf4a6b63d601009ec3ff8b9fe3749f106b3ea0f 978 1.00/1.00 vMB 84
567,186 567,186 0000000000000000001ac042245beeb06e30ed009734d54d3119ea729115f98d 922 0.63/1.00 vMB 7
567,185 567,185 0000000000000000002975dca7e77a2b73f88c1bff54c64a98de4f655d7e4e9e 2,474 1.00/1.00 vMB 17
567,184 567,184 000000000000000000249ad83fa0882550df5ecef522def55ef3457d014eafa9 2,177 1.00/1.00 vMB 21
567,183 567,183 00000000000000000017a074e2a049863684fcc977ed1c8199cbfb5c4c2c3747 2,459 1.00/1.00 vMB 12
567,182 567,182 0000000000000000000bb1bc3f7748c872f24af1f545d52d9c5f303fbe909963 2,541 1.00/1.00 vMB 9
567,181 567,181 0000000000000000000fcd7cbfbc93f798b52d6d565d88a03b2fa43c1924aade 2,693 1.00/1.00 vMB 34
567,180 567,180 00000000000000000027c432469ce5aac2df06ceb1a34ae96597229f80b91d2a 2,712 1.00/1.00 vMB 27
567,179 567,179 00000000000000000008d64448c7fcc867e90e9b8b813dd7b559b4702bc4661b 2,119 1.00/1.00 vMB 15
567,178 567,178 000000000000000000280c6101e4763dfbfe5f7e02f317725a342e3fa82cbf7b 2,817 1.00/1.00 vMB 19
567,177 567,177 00000000000000000023d55bf66e8ca91adb026461bed999d3487349450687af 1,566 1.00/1.00 vMB 27
567,176 567,176 0000000000000000001b1eedd0455d4494e888a4bbc9acb471e607ed8c5eeba4 2,767 1.00/1.00 vMB 33
567,175 567,175 00000000000000000007b57fa0240ad29939085a68bfeb3e423ac4f901f7c775 2,612 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.