Loading Tool

Explorer IconExplorer

Memory Pool

42,708 transactions
30.67 vMB
0.07287977 BTC
Random Selection Loading Transactions
Max Size: 155.85/200 MB

Candidate Block

Mining Attempt 76e9eec11ebd0af79f856e0b5fa09dd7d84dbaf18d35e3d2feb28dab1a2e5484
Version 20000000
Previous Block 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f
Merkle Root 866fe468b8786de3a271000746218677189da924774a490f5c5dd7a7ec9a8f0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,580
Size: 1.00 vMB
Total Fees: 0.01144262 BTC
Feerates: 100.44 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,451 (180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,271 914,271 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261 3,804 1.00/1.00 vMB 4
914,270 914,270 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd 4,432 1.00/1.00 vMB 3
914,269 914,269 00000000000000000000b56768eaf3d7c02d7613ba355f085b5f68df3840002d 3,372 1.00/1.00 vMB 3
914,268 914,268 00000000000000000001a5aff3d7fc530369acfa5105de5da74228db12577014 3,843 1.00/1.00 vMB 9
914,267 914,267 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4 6,821 1.00/1.00 vMB 0
914,266 914,266 0000000000000000000082b3b4b8622f403d01a8032343e6e0d2dc191672410b 6,325 1.00/1.00 vMB 0
914,265 914,265 000000000000000000013f119a4de9f0b3d286cdfaf398ba995203b0880e929f 6,379 1.00/1.00 vMB 0
914,264 914,264 000000000000000000001428120a75dbf31748b5b51f13bddf9cb37613e1970f 3,564 1.00/1.00 vMB 1
914,263 914,263 0000000000000000000123917c1c24e68a0a0bea8122dbb8edfa0019bd0ffd84 1,961 1.00/1.00 vMB 3
914,262 914,262 0000000000000000000070ee9b239bd53cde87f82b5deb85b7ef7ca93cf67ea6 3,818 1.00/1.00 vMB 3
914,261 914,261 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c 3,469 1.00/1.00 vMB 5
914,260 914,260 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c 4,480 1.00/1.00 vMB 4
914,259 914,259 0000000000000000000157a8c8e1353dd302dd73eb8610f040445cef37457e83 490 0.13/1.00 vMB 2
914,258 914,258 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848 4,674 1.00/1.00 vMB 1
914,257 914,257 00000000000000000000dfa26ff962d9143c4fb2732d130388a1170ffbb09acd 3,505 1.00/1.00 vMB 2
914,256 914,256 00000000000000000001af9c9039ecb95a656cc56c0c35028d810fb8b6d729f9 2,420 0.66/1.00 vMB 3
914,255 914,255 000000000000000000009f8355e2d0b859207e1888b0f643858283125ec7229c 2,299 0.72/1.00 vMB 9
914,254 914,254 000000000000000000007fcec63699ba48b22378db3248ba561fff186cf62d88 3,970 1.00/1.00 vMB 3
914,253 914,253 000000000000000000012fee73eb771c2c43f85376728d2485b24b2da8da81cd 4,151 1.00/1.00 vMB 4
914,252 914,252 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4 4,861 1.00/1.00 vMB 1
914,251 914,251 00000000000000000000416a6dc17e67a77961886f4f86236da123ec7d620312 4,163 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 604.45 GB
    • Received: 10.55 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.