Loading Tool

Explorer IconExplorer

Memory Pool

77,625 transactions
28.83 vMB
0.07234149 BTC
Random Selection Loading Transactions
Max Size: 174.85/200 MB

Candidate Block

Mining Attempt ae1ece8dd432a48bad308390072039e08a1f66ca37a59010adec19d760013123
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root bf5d80fd59265a3baa200f756b39724ef7e40bf31c4217d8b5b3008506ec219d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,946
Size: 1.00 vMB
Total Fees: 0.01210854 BTC
Feerates: 299.43 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (379,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,500 535,500 0000000000000000000ebb904013b800bcfbd0290ce46e3249fc190114f04e75 2,234 1.00/1.00 vMB 31
535,499 535,499 0000000000000000002c1f1f2784d104d8f2bf8b66abbd9588d241b4bad52c11 2,804 1.00/1.00 vMB 24
535,498 535,498 000000000000000000030809850d3d0b35cf1f8037234cca5016b87f3cdb17b1 3,068 1.00/1.00 vMB 8
535,497 535,497 0000000000000000000ab23b10777e7d8abec60863851f9276e268890886431c 2,297 1.00/1.00 vMB 42
535,496 535,496 00000000000000000015df1d17be56501745f2b15fc9caa8f5434e2a3d8d89a5 835 1.00/1.00 vMB 6
535,495 535,495 000000000000000000024ca0ffb0cf8c5812a0dde976426d0afed2f8760acb23 1,419 1.00/1.00 vMB 3
535,494 535,494 0000000000000000000f6925097a4ac59b9b9270f9ae140d7fd333f4081868e8 1,881 1.00/1.00 vMB 12
535,493 535,493 0000000000000000002594e5615c990b7bff856e4263e528a84bb14d9eab0f36 2,336 1.00/1.00 vMB 10
535,492 535,492 0000000000000000000b3a92febdca23113405b0c0d2704e97f27cb9862d223c 2,607 1.00/1.00 vMB 28
535,491 535,491 00000000000000000004e9475b2a6145e5a286f85eb162dd008bd51999336795 1,674 1.00/1.00 vMB 10
535,490 535,490 0000000000000000000b25520eb74a4c61635cbac922cc8e43224c520628d3bd 1,576 1.00/1.00 vMB 22
535,489 535,489 0000000000000000000486e5f32d24f5630335e06b437a1e72a1c9fc57f19ca5 850 1.00/1.00 vMB 47
535,488 535,488 0000000000000000001d77529f9388954c039027959372a078c242d8c44ce0b0 944 1.00/1.00 vMB 62
535,487 535,487 00000000000000000014125875d4f4e9525388518317f4db321cf3d32ac1611e 2,459 1.00/1.00 vMB 17
535,486 535,486 000000000000000000236f81c78e12c0cf8eb5631e95825aec4eca59efc196ff 2,835 1.00/1.00 vMB 6
535,485 535,485 00000000000000000029bf25025049829d7b71a90f4b340483c8a19873be07a5 2,826 1.00/1.00 vMB 13
535,484 535,484 00000000000000000014b371ce2c49b9e8fec84dd91b8b0d064eb5bb2ca75506 2,105 1.00/1.00 vMB 44
535,483 535,483 0000000000000000000b86b2515ed726380f2a9004299d3ffb6d7bf2a0fcdeb8 1,918 1.00/1.00 vMB 9
535,482 535,482 000000000000000000112a25d2db25e344c577963c8b2d832789e842d00a76ec 1,699 1.00/1.00 vMB 5
535,481 535,481 0000000000000000002033ff713b7dcfe9a06c369cb41a9aafb391da22b970e2 1,900 1.00/1.00 vMB 16
535,480 535,480 0000000000000000002f0feeb4dd182ce135fb4c7df89b608f133492d08b8764 2,233 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.