Loading Tool

Explorer IconExplorer

Memory Pool

87,394 transactions
32.14 vMB
0.11868908 BTC
Random Selection Loading Transactions
Max Size: 196.47/200 MB

Candidate Block

Mining Attempt 5b365734bc3f5a1888f3d34e665d2ad9c23629bdc56fd2512368726811f8d67d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root aa5e26d301072b1ebbe168d3ad170eeebdd5b235ccc73d8aafd1b40b07f956e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.03331763 BTC
Feerates: 1,236.26 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (214,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,511 700,511 000000000000000000081756f5c9f9373d5ebf5366d221f67c0ba310a7b1d49c 2,390 0.99/1.00 vMB 11
700,510 700,510 0000000000000000000e1ba9ced43d04ec5c73335e960a6d5632179ef6a02d30 160 0.05/1.00 vMB 16
700,509 700,509 00000000000000000002b2e63cdfef41e9d2796367769758801d21000336273a 2,270 0.94/1.00 vMB 7
700,508 700,508 0000000000000000000ad2cf8e5cd4b3ba6b81b6fc0d79f19e0b4ba7f139f91f 2,732 1.00/1.00 vMB 5
700,507 700,507 00000000000000000008bdcf3c2f7d66c35ed793b83604cfe4e1c9c3c631072d 2,968 1.00/1.00 vMB 21
700,506 700,506 000000000000000000019a6c68e6a408e3417efb347303f31871bdce2e237b8a 1,025 0.58/1.00 vMB 3
700,505 700,505 000000000000000000084636b75f2b5827089f7c6e95eeb0e1fd47c52e2932b7 3,166 1.00/1.00 vMB 2
700,504 700,504 00000000000000000008f65ab714898aa086574d1319fe9c963da34bf8be8721 1,277 1.00/1.00 vMB 6
700,503 700,503 0000000000000000000552e1864ac49640c10c5f079cf637cab5a7460b38dd7f 1,853 1.00/1.00 vMB 11
700,502 700,502 0000000000000000000dd55ec216559c7597c2ac42caf97c6d2d8d85c3b9a8df 2,060 1.00/1.00 vMB 11
700,501 700,501 00000000000000000002bdeca792ad86cc365eaf65269e08c6a97dcd3dbe5cb8 2,652 1.00/1.00 vMB 6
700,500 700,500 000000000000000000073c142c37341f5b055acc66ce390d4f5321c02a7953b3 2,912 1.00/1.00 vMB 30
700,499 700,499 00000000000000000000fd4d72cff601d0cf608c3e70a552b9e3dd7e64c913bc 2,377 1.00/1.00 vMB 10
700,498 700,498 000000000000000000044eb0ec1f104bc2b1ecdbf7ef7a8ef5726e0835ab0327 2,265 0.69/1.00 vMB 4
700,497 700,497 0000000000000000000c7681aad1df2319522f4159dc1ee98bf92793e87c9ae5 2,366 1.00/1.00 vMB 12
700,496 700,496 00000000000000000003db12dc24de7f90d2b3570c0e6b5660537356ed61d58d 2,756 1.00/1.00 vMB 23
700,495 700,495 0000000000000000000c9f28ed8924fc2afa2a256a48477092829ed3f3d78b2c 338 0.09/1.00 vMB 14
700,494 700,494 00000000000000000009b313625c3dacb2b71d3857083eb13850037434a15358 1,932 0.70/1.00 vMB 11
700,493 700,493 0000000000000000000c105f5fab4dd1592033b968291c02a221fcdd08b6603b 2,336 0.82/1.00 vMB 4
700,492 700,492 0000000000000000000123755a4b3bfde8b98ee0b7f6f2577cba17f31e3b8107 915 1.00/1.00 vMB 8
700,491 700,491 00000000000000000007e887b889c51dca80875c3e2e54be1c42f93103d5b190 2,494 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.