Loading Tool

Explorer IconExplorer

Memory Pool

54,645 transactions
32.29 vMB
0.22614530 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 74a65a75911f108f2be63a735c6ddf3078b3e5535db7cc8751d4d6cb263ec496
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3fa9436d7bb2f7a05ffc987ca01b9a4dfc446fd93b2a895ef0ad455c3511162e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.11967209 BTC
Feerates: 101.66 > 11.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (111,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,587 803,587 00000000000000000000f8e001213b99e3c4d16fc9b54ef69fdff2b4042e0114 3,078 1.00/1.00 vMB 18
803,586 803,586 00000000000000000001ffe49c7d2c6a717a6db10819a6776b8cca55d92a68aa 2,560 1.00/1.00 vMB 8
803,585 803,585 0000000000000000000095c2bbde28ec5376770338025dc55858eb9a9ca85151 3,182 1.00/1.00 vMB 15
803,584 803,584 000000000000000000003d97a46dbbb4cca4b3e23c39c446df75cfe726163bb5 5,007 1.00/1.00 vMB 6
803,583 803,583 000000000000000000014f9a1263bf9b826a9701c8467843ae24b0f2fedc511f 3,769 1.00/1.00 vMB 7
803,582 803,582 00000000000000000000ba0314e33ef6d54d36a88f3ab23faa59b60650d4d415 4,356 1.00/1.00 vMB 7
803,581 803,581 0000000000000000000095cccb887ff31598734e1ae40b03d17fa4aae8727235 4,808 1.00/1.00 vMB 9
803,580 803,580 00000000000000000002a871554407d98fa7f4ea5ce6fe4f94ce80d10e4cce6c 3,649 1.00/1.00 vMB 8
803,579 803,579 000000000000000000003fc37ddcd79c10e0ee3ba72e7c2e9f5b06617e06c01d 5,315 1.00/1.00 vMB 9
803,578 803,578 00000000000000000000747953dba0ded9b15034cc73eaf34cd4bb1d478bc494 4,156 1.00/1.00 vMB 8
803,577 803,577 00000000000000000002844589ee46742eb1e3eafa05c5675f1c38dbc17d6c38 2,979 1.00/1.00 vMB 6
803,576 803,576 00000000000000000004bc96d08732104f16aba6f75a5a01950f58a0b8d06192 6,012 1.00/1.00 vMB 7
803,575 803,575 000000000000000000037c1dfea7ccb48a5a1298c02bde82ca785bfa1a0b9d97 4,630 1.00/1.00 vMB 6
803,574 803,574 0000000000000000000267021afdde752fb889b509b67578d035e05dfde0fc97 1,347 1.00/1.00 vMB 8
803,573 803,573 00000000000000000003c8aaf2a490b7d0f6ab5c1860a4a1d80cd14b5f5efaed 2,831 1.00/1.00 vMB 17
803,572 803,572 000000000000000000004761366b6f590885122e8c43a23a623a03f595b58bee 3,789 1.00/1.00 vMB 7
803,571 803,571 00000000000000000004dba5c53b17f4c577c1d61a9340c589998b854ad98053 2,400 1.00/1.00 vMB 11
803,570 803,570 00000000000000000001a3770b89a6452560abe79773165fc671c59cd49333e1 2,037 1.00/1.00 vMB 9
803,569 803,569 000000000000000000011d024740118a09b187822e3f2a6a6658ff2b93345b87 2,288 1.00/1.00 vMB 15
803,568 803,568 000000000000000000020d453628b4918b470d9e5bda4227dfe4beaa62ad82a6 2,603 1.00/1.00 vMB 15
803,567 803,567 0000000000000000000046a1b1edebf8ea8b158a56e4cf5f730d9612e7619d29 4,379 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.