Loading Tool

Explorer IconExplorer

Memory Pool

47,892 transactions
27.76 vMB
0.05961012 BTC
Random Selection Loading Transactions
Max Size: 148.24/200 MB

Candidate Block

Mining Attempt 8815c336ef09f577403203654b3e2c2aac69026a8125d76378509b5c764fe1a9
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 836497b5d7cccb635c456c0c1c2553400148b4c036d4cd1c514d6f6c20c4d2e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.00728525 BTC
Feerates: 100.00 > 0.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (340,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,460 574,460 0000000000000000001fabc24b7af063ed747a95e7f0f5411bdad109a2767b10 2,516 1.00/1.00 vMB 120
574,459 574,459 0000000000000000000eeddc67054024a993fa6334a7cc36e8ef93f79417a6d5 2,517 1.00/1.00 vMB 66
574,458 574,458 00000000000000000011b035de5d799a1e6a07319a200dc44d33831925ef7c56 3,053 1.00/1.00 vMB 105
574,457 574,457 00000000000000000007a3ba8fe711139247bd7241e63539d8a851354421c212 2,491 1.00/1.00 vMB 73
574,456 574,456 000000000000000000215a848e898c279530fa2f7e8aa1902cc4c3e9d49e2b80 1,850 1.00/1.00 vMB 84
574,455 574,455 00000000000000000019f7e8b7fe7cc8895d3f2dcccedf2389303fc1b89b8261 2,444 1.00/1.00 vMB 126
574,454 574,454 00000000000000000018efa46b8bf75797c703fd291d092a8e786dd0b67c7b95 2,688 1.00/1.00 vMB 47
574,453 574,453 00000000000000000010271b5f7c62aa57b146051ff56de051a22408bf406607 3,106 1.00/1.00 vMB 56
574,452 574,452 0000000000000000001892ed07d928a6a4fbd9d1e36594766a6c75a97ff7fc67 3,102 1.00/1.00 vMB 54
574,451 574,451 0000000000000000000f21562ec92dacfd76f2e6e8e0ec9b896485b98676e7d7 2,777 1.00/1.00 vMB 79
574,450 574,450 000000000000000000255f75ca9db20d3dce6e679f81636d5d0d072d95b222c3 2,162 1.00/1.00 vMB 60
574,449 574,449 000000000000000000115985f322fdef3e6993257d16b9fca6c77ec39f169644 2,106 1.00/1.00 vMB 77
574,448 574,448 000000000000000000090befdb1bb79f17b239094d23e1f38f26dc571a2ace30 2,959 1.00/1.00 vMB 44
574,447 574,447 000000000000000000289f5590407942998f2e88d5eeadd2c77dc83f0893db92 2,721 1.00/1.00 vMB 69
574,446 574,446 000000000000000000216dd998a77409f46b8ddad90c9e632fc221ca82ae6a8f 2,493 1.00/1.00 vMB 58
574,445 574,445 0000000000000000001633a96773a8e1608457b72ceda04eec5c02bd37800766 3,257 1.00/1.00 vMB 64
574,444 574,444 0000000000000000001a5a7a7618964d3cbb7f9030e825e865165f8c639c9d0b 2,984 1.00/1.00 vMB 83
574,443 574,443 0000000000000000001a91da9bf8840b52d3842409a66d0acaea2509bf986034 2,924 1.00/1.00 vMB 68
574,442 574,442 00000000000000000014485385ebba98d410bb0582f452f2c9278bde460788af 2,576 1.00/1.00 vMB 65
574,441 574,441 00000000000000000022d4eb3bb0699813fc8b207623ab97c4474a76da697d82 2,552 1.00/1.00 vMB 41
574,440 574,440 000000000000000000066a1c2be94ea068d7262bfbd19cfc3fcfad7212bbe0c8 1,651 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.