Loading Tool

Explorer IconExplorer

Memory Pool

34,962 transactions
25.75 vMB
0.05995139 BTC
Random Selection Loading Transactions
Max Size: 131.06/200 MB

Candidate Block

Mining Attempt e15923a4b51796fdd65a045402ed95446cc86a8a9877e2d1302b1cea41a90912
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root bb3c06f595fa38fd035c3638f99a6f68d1892fa0b82c15dae59cb469bb23e089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,580
Size: 1.00 vMB
Total Fees: 0.01292932 BTC
Feerates: 101.47 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (200,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,040 714,040 00000000000000000000bcd18bc98765f6c9780450e1e65c60cfbc01066ab2ce 1,441 1.00/1.00 vMB 2
714,039 714,039 000000000000000000032df855d0f129da53a9610f6d8be70d6849be8b68a6d4 2,225 1.00/1.00 vMB 9
714,038 714,038 00000000000000000001c9b68f781da4111befd6aef1b1c61e1d9cfa1fec9901 1,452 1.00/1.00 vMB 20
714,037 714,037 00000000000000000003cdbfaedb2c5046a6af4cb30317ee5f9cbf52b4ec19bc 2,438 1.00/1.00 vMB 23
714,036 714,036 0000000000000000000b446e20820efee0be8bb79f45b7ada03a0898ff147471 833 0.28/1.00 vMB 11
714,035 714,035 00000000000000000008ad9bce0a1afac592ba4af8b7f778fd4ecdebec55d0ef 1,919 1.00/1.00 vMB 6
714,034 714,034 0000000000000000000ae6b7b29815972fe59bbfb916bea0ff1841747eca7d3b 1,378 1.00/1.00 vMB 2
714,033 714,033 00000000000000000002d7970c7426e91479123c0946b6fffa291bcb74aef02b 2,526 1.00/1.00 vMB 22
714,032 714,032 0000000000000000000194443d70e67a2b60aedf01913ee217833ca9a7e0b490 2,079 1.00/1.00 vMB 12
714,031 714,031 00000000000000000003f348abef63324912f80ce80993f20fd8afe75f138533 1,745 1.00/1.00 vMB 6
714,030 714,030 00000000000000000002c179c5a63104a4e35ea8e3f14dc4f3b495f058565712 2,587 1.00/1.00 vMB 11
714,029 714,029 00000000000000000004fa0c8cefe925f90bfec920d7c10e25c1ead1e2f0cb77 1,517 1.00/1.00 vMB 4
714,028 714,028 000000000000000000020662e847e43936962f40201de179dd0dd2355d660621 3,001 1.00/1.00 vMB 5
714,027 714,027 00000000000000000005621e9463d4579fc6991176dd4cacbeca0c62fa80451c 2,159 1.00/1.00 vMB 15
714,026 714,026 0000000000000000000b5eef440f1ffe66c945ba03ace28837dcaf2038ca350f 2,297 1.00/1.00 vMB 13
714,025 714,025 000000000000000000000254dc1f818fb4cb074227c1beac6ed65dd8ce3f27d9 2,640 1.00/1.00 vMB 15
714,024 714,024 0000000000000000000095eedefec745028e567824c89066eefcafa599c08abf 1,275 1.00/1.00 vMB 3
714,023 714,023 0000000000000000000505ba35ae5b3b6bdcc0e81b73fad75c5ec1e3cee0e2ef 2,758 1.00/1.00 vMB 12
714,022 714,022 00000000000000000005721814d54b0d73c0cfa2d243bb8ed0c7c7ae5535fd8c 2,808 1.00/1.00 vMB 5
714,021 714,021 0000000000000000000705b7682dd27e0f5e3ad8c5c75d93500ba5835d029229 2,739 1.00/1.00 vMB 8
714,020 714,020 00000000000000000002fe6daa907b9ad33b90b342841c6fac1362a7bbd9d7e4 2,217 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.45 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.