Loading Tool

Explorer IconExplorer

Memory Pool

78,528 transactions
29.15 vMB
0.08278907 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt b5739c2930d1a3398b5c6908a0becdf42206f1520d9c7692dcb477cc02531d34
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a75e252d4085064c4c63b51f3045aeefdf2286748c84ef31b6c86bbae345f578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.02182175 BTC
Feerates: 178.73 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (185,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,711 729,711 00000000000000000005b15ed87d2c8a20796050d7fd5a0d54147c37a15d8204 3,541 1.00/1.00 vMB 7
729,710 729,710 00000000000000000001f78bfb2365246d6ad9292eff5ff28d1598d42fde9171 2,247 1.00/1.00 vMB 6
729,709 729,709 00000000000000000006b9d2b14bf1e1038544032a4677fe3d2040f38279440a 3,690 1.00/1.00 vMB 11
729,708 729,708 00000000000000000002d8b70dbdf8761194d20c598cdf4e3a0399715fd77f54 1,858 1.00/1.00 vMB 18
729,707 729,707 0000000000000000000991ada2320e92cd59b474216088722f71abb624105299 2,953 1.00/1.00 vMB 19
729,706 729,706 00000000000000000004d6d41c0cb64971d702f6c12c5bb28100932dc23a38d0 383 1.00/1.00 vMB 2
729,705 729,705 00000000000000000007adfc36421b3b10a698037a3d6c7e40f53ab78c7a9af2 1,572 1.00/1.00 vMB 2
729,704 729,704 000000000000000000008cee6c510e1fb04a71840f7e58a02d6e39a9ca263e25 2,153 1.00/1.00 vMB 4
729,703 729,703 00000000000000000008c630c61a4870558b1315dd2edf671ac0e7fa6f58880f 1,990 1.00/1.00 vMB 10
729,702 729,702 00000000000000000008d8e7b8239ffa4a8a4497aa14cc96c18296cc533c2981 3,429 1.00/1.00 vMB 17
729,701 729,701 000000000000000000039b4a1d9a38fc7da6050c18f0921892fcdadce26e052e 2,394 1.00/1.00 vMB 8
729,700 729,700 00000000000000000002298982c1f5a8fbbb663e6f4102437396e7e2fd01e7c7 2,962 1.00/1.00 vMB 4
729,699 729,699 000000000000000000013821b2e0e14081c2e3b50a05145010f91f51fa126681 2,142 1.00/1.00 vMB 12
729,698 729,698 00000000000000000005abc9d6cb0f34f3cec358e5cbbf776cd5dc6d4870287f 2,480 1.00/1.00 vMB 5
729,697 729,697 000000000000000000023ecc6572b83cf1a6880cf401e879c1601443f0bb2867 3,181 1.00/1.00 vMB 34
729,696 729,696 000000000000000000093f6a6b8ad435be88a19ab4ead4b9ca985dc9c7d3ce8f 1,884 1.00/1.00 vMB 4
729,695 729,695 000000000000000000040f58a79a64916091b5484eb224a2290743701e640735 1,074 1.00/1.00 vMB 2
729,694 729,694 00000000000000000009bc0bfcd10519799cccf2fc2b8f8664c1df145a2c9dfe 3,144 1.00/1.00 vMB 14
729,693 729,693 000000000000000000029ff2a66d6327e3e74afe2caca79572411702aae64873 3,252 1.00/1.00 vMB 10
729,692 729,692 00000000000000000008d4a6427b4581e12b2e0bfaaf975a9af169f8c845e304 2,717 1.00/1.00 vMB 7
729,691 729,691 00000000000000000006f9d4485cebf9e786d7b9efec142613e9e2664e45fbca 1,658 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.68 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: 678.23 GB
    • Received: 16.44 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.