Loading Tool

Explorer IconExplorer

Memory Pool

45,371 transactions
31.88 vMB
0.12857452 BTC
Random Selection Loading Transactions
Max Size: 162.41/200 MB

Candidate Block

Mining Attempt b5704c89e6fc68f2d37661dc23654f5959e42e202b55a525e2f01783a4bd5cf8
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 77626080fc03b5c1cfe73560995644d9262098eb7a5b15aafb94dad2bbaa56b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.05882524 BTC
Feerates: 150.41 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (41,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,317 873,317 000000000000000000008c376014488c82c9cd81cadd705e4a5b96faadaaa9a7 2,438 1.00/1.00 vMB 8
873,316 873,316 00000000000000000001e995f985b12e2585daeb65789bb84f1c122a1351c8db 3,215 1.00/1.00 vMB 5
873,315 873,315 000000000000000000000c788d3b141c541862cc56cb9e7dba3e1f0e237804b5 2,928 1.00/1.00 vMB 9
873,314 873,314 00000000000000000000e4ce894432ea0f4c8bbd4919584608adb2c8c21a0bca 2,548 1.00/1.00 vMB 6
873,313 873,313 00000000000000000001e412727eac8f095ea50e3477c3b4ba4e0ae75fc65dde 2,734 1.00/1.00 vMB 8
873,312 873,312 000000000000000000018faf8ea9c8c3e44ed241b835cf9c3b3332405669d1ed 1,203 1.00/1.00 vMB 6
873,311 873,311 00000000000000000001481a302145fd448b1d85272bba06c66269998ac55275 2,545 1.00/1.00 vMB 6
873,310 873,310 00000000000000000002064720e8f33343b08562a3a713cbe20e0bbdb3f8fea0 3,294 1.00/1.00 vMB 9
873,309 873,309 00000000000000000002a833020bbd83fb68ad5463662fbb3be766b71203b76c 3,700 1.00/1.00 vMB 9
873,308 873,308 00000000000000000001dd0eb30a4e93229d96ddd90ad2d214b8f2be0bcdd3ab 2,207 1.00/1.00 vMB 10
873,307 873,307 000000000000000000005f5e0738b23e91507fa83d1ba18e1e0033d7edc5fe48 2,823 1.00/1.00 vMB 15
873,306 873,306 0000000000000000000116fd12084f7e1ed52c24f733919090e46527185dbecd 2,443 1.00/1.00 vMB 4
873,305 873,305 000000000000000000005e8a41795c9966fee27bb6b1cd118dac4483049a423f 2,153 1.00/1.00 vMB 7
873,304 873,304 00000000000000000002a7534dbddc2908aa866a1553d86f4859e8e949e5a2db 3,114 1.00/1.00 vMB 5
873,303 873,303 000000000000000000011d2150814010fffee2138fd5036bfceaec1285caa57a 2,250 1.00/1.00 vMB 7
873,302 873,302 0000000000000000000103ef5891ac63d0f8c372e6ff831a28ba91f658ca2f1f 2,221 1.00/1.00 vMB 7
873,301 873,301 0000000000000000000107bf393acc73264794baa5ecd82b8bac96fc2e519ac0 2,099 1.00/1.00 vMB 10
873,300 873,300 000000000000000000026e6e5a99a5b89f81d1a7902145d18da8c0f05c381aeb 1,378 1.00/1.00 vMB 10
873,299 873,299 00000000000000000001435ce3eaae190014e6d0bf2c92fa83c4a39f3a0f0b37 2,375 1.00/1.00 vMB 9
873,298 873,298 0000000000000000000073a4ae3a1a3b383b7f9bf64218d3eb1ba48bfc970ced 3,645 1.00/1.00 vMB 11
873,297 873,297 000000000000000000006c2a1b65ffba7ae1efef0b734c41808d9c061150c7e7 903 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.42 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: 606.94 GB
    • Received: 10.61 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.