Loading Tool

Explorer IconExplorer

Memory Pool

36,581 transactions
25.91 vMB
0.08660100 BTC
Random Selection Loading Transactions
Max Size: 132.68/200 MB

Candidate Block

Mining Attempt 0c69e7861c7cdfe016829f4b147d454e6ff350646534baf51ebf064ee1bfd03f
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root d595ab4bff7c38b4fbe70be76b47283b56c5b285b41b445ddf19da15f25d99a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,781
Size: 1.00 vMB
Total Fees: 0.03908971 BTC
Feerates: 171.09 > 3.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (334,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,326 580,326 00000000000000000009bba72923259c1f6a18ae3e291003645d05d81ee43ac0 3,192 1.00/1.00 vMB 38
580,325 580,325 0000000000000000000651d066b275d4c3b8a3127efed73abc2f42088e74a13f 3,199 1.00/1.00 vMB 105
580,324 580,324 0000000000000000001602fa592af766445bf5349179d1fe8eba4904f8438729 2,578 1.00/1.00 vMB 50
580,323 580,323 000000000000000000171403c96aaf3653c7d655a227aa0c6d43e62c0096ec7c 3,129 1.00/1.00 vMB 112
580,322 580,322 000000000000000000008cd3ee36c3075fe361780b6edfee4b09ebd78b206ace 2,774 1.00/1.00 vMB 32
580,321 580,321 0000000000000000001f35f1c9f39e577918024adc6bc1fc2a7acda7182772b5 2,411 1.00/1.00 vMB 101
580,320 580,320 00000000000000000000a91e9d8b1bc96019a24b9b58abb079faea473d6372d0 3,076 1.00/1.00 vMB 48
580,319 580,319 0000000000000000000273ed310a94f69f7dc4bf2dcf6769c0df81f65f7992ad 2,283 1.00/1.00 vMB 107
580,318 580,318 000000000000000000105574014af306d7a05a32276e67c72cad3e5826d39530 3,114 1.00/1.00 vMB 53
580,317 580,317 0000000000000000002018252f97f9dda81926df2266315562ebcfa4715fe0b5 1,696 1.00/1.00 vMB 12
580,316 580,316 0000000000000000000e3489899b3288ecc6ff2ca2d4ca2ef9568ee7cdaa3d65 2,582 1.00/1.00 vMB 8
580,315 580,315 0000000000000000001bce7246bf3151a905495038f392b51df1200c9b6a4866 2,252 1.00/1.00 vMB 97
580,314 580,314 0000000000000000000c2c40cb9e5334d4a2abbefa6e3630a91f8bc47c98698a 1,958 1.00/1.00 vMB 18
580,313 580,313 0000000000000000001b78d7562ab7d92b3558d631e4e27e4a7e8330ab417c5d 2,572 1.00/1.00 vMB 27
580,312 580,312 00000000000000000024e0c695fee91a5be1cfd0bf67548f55c67d1f545da981 2,844 1.00/1.00 vMB 65
580,311 580,311 000000000000000000080391ba571e28029cba2519efc5527bd65b8ad0f55140 2,210 1.00/1.00 vMB 25
580,310 580,310 0000000000000000001ac5574adc3be47334dd750db9fead8f3f938efb4e1ad5 2,962 1.00/1.00 vMB 72
580,309 580,309 0000000000000000002361a84fa5c036386e623a97c6ce9856412a49c8e05cd7 738 1.00/1.00 vMB 16
580,308 580,308 0000000000000000000218ee3e7ed66c0c4344cd03b97dfac84c5546f66e7b88 1,654 1.00/1.00 vMB 19
580,307 580,307 0000000000000000000a60de49a74976c3443bcaae616be67da87c843ffdf384 1,759 1.00/1.00 vMB 3
580,306 580,306 0000000000000000000a231aeb2987388babf46fa32c1dbc53296b5d497fc6bd 2,761 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.