Loading Tool

Explorer IconExplorer

Memory Pool

73,574 transactions
28.51 vMB
0.07102555 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt f7d0b1217e6f178c1d4f905b958f479147c92a15f3884a31a9082211ca655b7e
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 2d5269a86e8f8c544014afba37cb9e3b99a50867a36f400dca888db6aeb5bb82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01375431 BTC
Feerates: 100.36 > 1.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (285,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,453 629,453 00000000000000000006f1e0f77d5894badb6717be364b9d5743a59f5114e4d8 3,011 1.00/1.00 vMB 91
629,452 629,452 000000000000000000062446e688cf40347bdf69091e88e4c260b2b7b10b354f 2,498 1.00/1.00 vMB 70
629,451 629,451 00000000000000000002d0924a64554e685db74ce0028d3e22e2f636999ae0c6 1,939 1.00/1.00 vMB 13
629,450 629,450 0000000000000000000cf4c204733198891053ee3cba248332f61b1187762bc2 1,808 1.00/1.00 vMB 30
629,449 629,449 0000000000000000000545d89d868ffc8afdd6b7b900f424b5f3d29338d03c53 2,064 1.00/1.00 vMB 47
629,448 629,448 0000000000000000000a27247f4f46489ed779e63f160fe7d01661303741ba14 2,710 1.00/1.00 vMB 83
629,447 629,447 0000000000000000000fbafa86616b631693c71a8eec856116bd53332ade8132 1,747 1.00/1.00 vMB 29
629,446 629,446 00000000000000000008dd1719deca80085fc279025b4571997bc26bed7e939d 2,557 1.00/1.00 vMB 49
629,445 629,445 00000000000000000006ecf62d151ddeed81a6d61cd48edd7e0584fb8b834eb6 2,263 1.00/1.00 vMB 52
629,444 629,444 0000000000000000000c027e6a5d01f1b3cd28b771dea37e03a588a98cf20e79 1,693 1.00/1.00 vMB 83
629,443 629,443 0000000000000000000196ab8884ab7a1278160f4421789711866e91da9fe315 2,520 1.00/1.00 vMB 53
629,442 629,442 0000000000000000000efb08ed7af66ca7f18a39906b4b7aa53f9e96fed49a52 1,771 1.00/1.00 vMB 50
629,441 629,441 0000000000000000000105998324ab26b48ef8181aec8434d4da9683ade0b44d 2,522 1.00/1.00 vMB 62
629,440 629,440 00000000000000000005a33d5a737d0452fc4401391f3e8498f8111ee9a4b1ee 2,422 1.00/1.00 vMB 95
629,439 629,439 0000000000000000000d71e373c81f630d548de12148ba9a5e1675f3d2c85138 2,357 1.00/1.00 vMB 70
629,438 629,438 00000000000000000004a35efac48938f60d4696c5d9048f21816b0dfa60f367 2,049 1.00/1.00 vMB 37
629,437 629,437 000000000000000000101c1e7e5e82a4ab6b4dba50647260b897ec14a91622f1 2,211 1.00/1.00 vMB 47
629,436 629,436 0000000000000000000c9907eba00b09faf49af9f9ef7780cb0085af260af258 2,877 1.00/1.00 vMB 37
629,435 629,435 0000000000000000000e4b4f5ea28c8b3acb80cf4b765ab323b9f4ebb8075d2c 2,274 1.00/1.00 vMB 63
629,434 629,434 0000000000000000000b33c5539e4b4565e223cbb69bd556970cdd660fff1c32 2,180 1.00/1.00 vMB 78
629,433 629,433 00000000000000000001af034762ebfd80e65e4c785a939a9e3cb23a10b5e2b9 2,648 1.00/1.00 vMB 72
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.96 GB
    • Received: 15.34 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.