Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
28.50 vMB
0.07093826 BTC
Random Selection Loading Transactions
Max Size: 151.36/200 MB

Candidate Block

Mining Attempt cea816cc5488e97341698ff9026dcad3a2bd1b64e53ddfa28a8db9c6b1cdbc08
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root b78a30ca2a19af480dda91c2e9a4736dd22d1369692c073b9b46d908e34b00c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01698156 BTC
Feerates: 361.66 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (73,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,695 841,695 000000000000000000032d059293e6ac404d1a355300e3426ccc20da0c46c795 3,217 1.00/1.00 vMB 37
841,694 841,694 00000000000000000001edefcb7f572ea3761aca05ed2e300d3d49bae2555a84 2,571 1.00/1.00 vMB 58
841,693 841,693 000000000000000000024f4db6ffec0273dd036cfcd24e27cf39feffc904665f 2,617 1.00/1.00 vMB 53
841,692 841,692 00000000000000000001612f3690898ba64d85f6ffe5d1d83b2a24f34f6d0c4f 860 1.00/1.00 vMB 15
841,691 841,691 00000000000000000001711f56438bc7de6095390b44c96f804cc0ad849d3164 2,538 1.00/1.00 vMB 16
841,690 841,690 00000000000000000000731cd6d229a28d6f7bb538d82d9b19ed2519e1deb89b 4,890 1.00/1.00 vMB 18
841,689 841,689 000000000000000000029767abae5a2e964bd52dff5f3cc67a081b2a51d27878 4,919 1.00/1.00 vMB 23
841,688 841,688 0000000000000000000042cdbc126107fc3916a2a55194b5b63df82d0726d876 3,684 1.00/1.00 vMB 23
841,687 841,687 00000000000000000000d1a8a2458706e3b4ab0d8dca710e219c7a514e9dc221 3,084 1.00/1.00 vMB 20
841,686 841,686 0000000000000000000004a82a0ab6bc818a8a8140b57148865032dcdb97a965 1,711 1.00/1.00 vMB 19
841,685 841,685 00000000000000000002a235035e60afc8b93eedfbb93fca642c649b488ee6bc 2,633 1.00/1.00 vMB 21
841,684 841,684 000000000000000000004f2bcf38b790622e1025042ec13ed5d97f9b5cc41788 5,630 1.00/1.00 vMB 18
841,683 841,683 000000000000000000003d018fd4966bf561fc32801866e69497c5dde9b8e984 4,605 1.00/1.00 vMB 21
841,682 841,682 00000000000000000002cc37163f9239372faabee2ab71489fb22c4cfb39541b 2,921 1.00/1.00 vMB 18
841,681 841,681 00000000000000000002d12f4bdc04dc7dba6474e08af69152484eae3f3855a4 2,961 1.00/1.00 vMB 22
841,680 841,680 00000000000000000001a566ffd2c5bfa08a6fef99919ad72476bf1c16ce506a 3,275 1.00/1.00 vMB 44
841,679 841,679 0000000000000000000203716aa97c23f05fc0fcd8b96ff97cf684052bac9c16 4,807 1.00/1.00 vMB 17
841,678 841,678 0000000000000000000180fca297626b8a0f7a14a3bef5c517b37f7c52d1c1aa 2,939 1.00/1.00 vMB 21
841,677 841,677 000000000000000000015d898fe34b8f31faa2e6c82e693d3396446dc275f17c 2,558 1.00/1.00 vMB 38
841,676 841,676 0000000000000000000132546efc928c508cc979a031a29393eb9873c2758a55 2,477 1.00/1.00 vMB 21
841,675 841,675 0000000000000000000138a8bfb84e461ff4a7ebe027aab38b219a32c7c6986f 2,615 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.