Loading Tool

Explorer IconExplorer

Memory Pool

39,106 transactions
27.52 vMB
0.06583411 BTC
Random Selection Loading Transactions
Max Size: 140.49/200 MB

Candidate Block

Mining Attempt 35ed26cc2a6fc95a6f1cb9ebff5f6be2e2644ac48472adea495c100d33784d97
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 0887761633b602f3a68370a5fd72280d9e8d0af36b97f9cb48111166429c9146
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.01355799 BTC
Feerates: 100.95 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (123,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,806 790,806 0000000000000000000142362e579a6b7752f959069a2714ac6d1166dd150faf 3,021 1.00/1.00 vMB 40
790,805 790,805 00000000000000000001d4e2d13079074f140bb69fb4d52ce4a345a4749eefeb 2,822 1.00/1.00 vMB 44
790,804 790,804 00000000000000000003c1c0ce68d8c281a8b594a8f51abb510b4a2ee97d951a 3,566 1.00/1.00 vMB 54
790,803 790,803 000000000000000000058e8859daaaec4230e6fb5e8275fd1d741aad6df4504f 2,436 1.00/1.00 vMB 87
790,802 790,802 000000000000000000022ecf758261a80a189ec0c98bbc5bd9aaf95593096e60 5,346 1.00/1.00 vMB 34
790,801 790,801 00000000000000000004844a9fe93d0b7d9c3b67598a779cad093b51290851da 4,601 1.00/1.00 vMB 46
790,800 790,800 00000000000000000001abeca12f34d9c0cfc0054a99bbf93e3c3c1323d3e3d1 6,032 1.00/1.00 vMB 24
790,799 790,799 00000000000000000002149eddfc90935f467ee18400268a8f2b652289501732 3,257 1.00/1.00 vMB 37
790,798 790,798 00000000000000000005292548bb9b9f48baf51eb8addbfdea1e8dd77bc81bdd 3,566 1.00/1.00 vMB 38
790,797 790,797 00000000000000000002ece919e7c08caead75eeeac9b10579c6a95955607e4b 3,361 1.00/1.00 vMB 45
790,796 790,796 00000000000000000004767ede5533bb59c77b0cd9b30fb796d4e771eb2caff7 3,427 1.00/1.00 vMB 80
790,795 790,795 00000000000000000004653a2a90f1dd7bf21b965aa65ea93fb2dfa450b1c657 3,093 1.00/1.00 vMB 76
790,794 790,794 00000000000000000000ddf48b14362e7f52514bce2c7caf78e6f4576a3b0399 3,978 1.00/1.00 vMB 23
790,793 790,793 000000000000000000017bb50b6955f4a0af0b6d8382f1b399c9e7288126c881 4,057 1.00/1.00 vMB 35
790,792 790,792 000000000000000000003035c458d11f5855252963ca6c626ced032030b1311e 2,994 1.00/1.00 vMB 53
790,791 790,791 00000000000000000001c84f8ed5c56a8d871b3e599af8cab0e00a913fd72b69 3,312 1.00/1.00 vMB 45
790,790 790,790 000000000000000000005f4d6170e5cda6883b406cf32f3f46d5b8ececd846b0 357 1.00/1.00 vMB 22
790,789 790,789 0000000000000000000326668dd2d32070a315e158929d63de9555ee7271c560 3,838 1.00/1.00 vMB 37
790,788 790,788 000000000000000000023a845351079f13015d10aa55003d30e7589e597caa2a 638 1.00/1.00 vMB 26
790,787 790,787 000000000000000000015c013275d43d5978ea8e36490d762fe81b6c2122bf97 2,641 1.00/1.00 vMB 28
790,786 790,786 00000000000000000000463773576ec5da4846de6eb9d4e05bccd87481b0dc17 3,154 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.