Loading Tool

Explorer IconExplorer

Memory Pool

79,114 transactions
30.03 vMB
0.08281646 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt acaa9d91ab99978d1f44879e140924ff154f9106d8c10b3e66f40f5b05f8fcf7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (34,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,384 881,384 00000000000000000001b1aa4a0ba813e2a2ec4d1a36c49f85fbb6222007a2cf 3,550 1.00/1.00 vMB 6
881,383 881,383 00000000000000000001809a3f1b30f6d6646a77e031edd329624205ed872dcd 587 1.00/1.00 vMB 1
881,382 881,382 000000000000000000009c200cf3626df11e01678c7d92af4a9202a41ebaf0d3 595 1.00/1.00 vMB 1
881,381 881,381 0000000000000000000139db968a33f22b343f7cf9c2ddb2a0f6d4ac726ef60a 1,627 1.00/1.00 vMB 1
881,380 881,380 0000000000000000000048a740ee99a7e8e94b2996c644cbb24b1f7c58935e37 2,710 1.00/1.00 vMB 2
881,379 881,379 0000000000000000000177488e8f1f10166fee187bfb4c3c117ace16b597d3f0 3,519 1.00/1.00 vMB 4
881,378 881,378 0000000000000000000282ba19e133f82dc4dadd25fc877213146318b511c24e 1,154 1.00/1.00 vMB 5
881,377 881,377 00000000000000000001d9d7b0a57b68760c89695a0f86000d73bc3154ff4153 3,489 1.00/1.00 vMB 4
881,376 881,376 00000000000000000001bcb68c897309dbd26397e4a709b5a337c6c22d072c0c 3,336 1.00/1.00 vMB 8
881,375 881,375 000000000000000000009d4cbb3b19f5ba5aa1e0cfb47974ffb182f57953864b 1,926 1.00/1.00 vMB 2
881,374 881,374 00000000000000000000c26a4d074dab5ca2b3ca49e8f84f736ce2438859db64 1,296 0.80/1.00 vMB 1
881,373 881,373 00000000000000000001410d70ca82ff2f3df4b85c717a02c76b419ebe44f5f3 3,145 1.00/1.00 vMB 3
881,372 881,372 000000000000000000021859811005fad98949464a519375a71a3b05bf56f3e1 2,361 1.00/1.00 vMB 4
881,371 881,371 00000000000000000000a5830ba06524bea520a356cff74819ee950d4e313189 2,788 1.00/1.00 vMB 5
881,370 881,370 00000000000000000000b5199a865f0b4d1cd1a73a85db13dd4e73e03d8fcfa4 3,200 1.00/1.00 vMB 2
881,369 881,369 000000000000000000022229128dbdd29fccd1e63aecf3e4e92e8285eaede489 4,485 1.00/1.00 vMB 2
881,368 881,368 000000000000000000028447bdeefc97ad3fa8c3d0bbdfb7feef2bc566911376 3,638 1.00/1.00 vMB 5
881,367 881,367 000000000000000000014b0fab24355c71c6940584d9cd5990c0b081a31d54a4 3,498 1.00/1.00 vMB 8
881,366 881,366 000000000000000000020076a61d67645dbc455773cfa759215f9615e5887ad6 2,740 1.00/1.00 vMB 3
881,365 881,365 000000000000000000026c95b6354f46b4dff84acd17337c3db4e742cbbb8800 427 1.00/1.00 vMB 1
881,364 881,364 000000000000000000015be9000deb55a3aa3361b2b877705cc137d6afb14fba 1,380 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.