Loading Tool

Explorer IconExplorer

Memory Pool

40,524 transactions
28.30 vMB
0.07197671 BTC
Random Selection Loading Transactions
Max Size: 144.26/200 MB

Candidate Block

Mining Attempt bb2b30fabe6d070ee57ea34ed262288e598933da8382f58888d88ca28b69c93c
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b8729898dc0c25f05cd3bb3fdb52c7d129fcd2592c1f9cbbf214942ffb852f3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,743
Size: 1.00 vMB
Total Fees: 0.01733376 BTC
Feerates: 88.27 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (358,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,504 556,504 00000000000000000004ad7e8cc8eeb345f8471b6fe62affe1d51010e8d2c6c4 1,227 0.57/1.00 vMB 7
556,503 556,503 0000000000000000002b9708bca4ffc08010d33e98db6ca1999d94ccf668e0aa 63 0.04/1.00 vMB 15
556,502 556,502 0000000000000000002907f0e1f719389ed5a7e763049e3b5e3b90ad4a3bc870 486 0.18/1.00 vMB 8
556,501 556,501 0000000000000000001306dcb9d7d7ab45a10c0d0fffc981885c14e865cd467f 1,059 0.52/1.00 vMB 7
556,500 556,500 00000000000000000009033885dd0de07ce3f4142aacd8dbc29512a6b9c4beb6 580 0.51/1.00 vMB 6
556,499 556,499 0000000000000000001d20424784e644099ba44cf35edd75cec2e4f3ac5c4135 1,093 0.50/1.00 vMB 10
556,498 556,498 0000000000000000000402afdac28ef2254a530082df430d04c2b3cecc206779 158 0.06/1.00 vMB 14
556,497 556,497 00000000000000000018f4b774360f98c3068d07f6847f72858ffd3da17d29a4 1,228 0.66/1.00 vMB 8
556,496 556,496 0000000000000000002064766f30059c9270e1d3930f57dc14c0b96294d09751 2,591 1.00/1.00 vMB 9
556,495 556,495 00000000000000000003a9571a6294dd94c66938f198d4420dddd2aad307c562 140 0.04/1.00 vMB 9
556,494 556,494 0000000000000000000519705b9ac7b4e71a40b580145b11d64b3f0d4bbcd55f 247 0.09/1.00 vMB 6
556,493 556,493 0000000000000000002ca81d6b7b8df7ca566cb38d3c5fb302ec75b088c386cf 1,861 0.99/1.00 vMB 6
556,492 556,492 00000000000000000000182edb37d2a6a5ffb471395ddc4fe70d9a4c4c063530 2,330 1.00/1.00 vMB 10
556,491 556,491 000000000000000000127886c0808755d853fdc7e5819ad3cb4bbed9628bc3e7 748 0.31/1.00 vMB 7
556,490 556,490 000000000000000000065facd057026a79728e191a734823eb78b22c22a8df2d 1,723 0.67/1.00 vMB 8
556,489 556,489 0000000000000000002bb9fa8e241fc25a6683d1971a6133b581dce1135f23aa 1,870 0.80/1.00 vMB 8
556,488 556,488 000000000000000000236f730d2db2a298a7e139c455f0c57c1641e1f81f6c09 653 0.35/1.00 vMB 6
556,487 556,487 0000000000000000000eb28cec6905adee5ecbdbfc56d3c529adc494a8b01eae 2,125 1.00/1.00 vMB 3
556,486 556,486 0000000000000000000ad713b8952c91850e5aa67d71bf369a6c029fbf1e02ed 2,800 1.00/1.00 vMB 18
556,485 556,485 00000000000000000006c3902bef179670fcd98cf18b5e72d9b98f1e1ff45900 862 0.32/1.00 vMB 10
556,484 556,484 0000000000000000000f0de0990e200dd529db7b2340a0611d334a3db3883566 1,952 0.79/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.