Loading Tool

Explorer IconExplorer

Memory Pool

78,551 transactions
30.13 vMB
0.06995233 BTC
Random Selection Loading Transactions
Max Size: 182.95/200 MB

Candidate Block

Mining Attempt 31f30f6c4aecc33475edfd4678b246bdc3455e3c51923e65b11659eb2a2b4813
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root c4b29e9c7cc81cbfd59488e5776434a569a8a6f305e34d58a1ec1bd3ed9cb2a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.00590342 BTC
Feerates: 43.51 > 0.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (97,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,072 818,072 000000000000000000016ff93488ae378805e31ac8783eedfca8365c8a52923c 5,305 1.00/1.00 vMB 81
818,071 818,071 000000000000000000035355bdf60d5fe57e77a2415a4a635b96c77008ab1d9f 5,110 1.00/1.00 vMB 89
818,070 818,070 000000000000000000035728f42db5fa48f0b0a5021515a120e754dc1b8d2eac 5,147 1.00/1.00 vMB 86
818,069 818,069 00000000000000000001ef36dd2421c023cab5542a6fa363f2a0cb4d3562864d 4,668 1.00/1.00 vMB 85
818,068 818,068 0000000000000000000324d851a199df28f97d7cca7ef9554f50c8f196de381a 4,751 1.00/1.00 vMB 79
818,067 818,067 000000000000000000042524ef00e8e6a4f62306fdb164065712b1c3ea5cb8df 5,141 1.00/1.00 vMB 80
818,066 818,066 000000000000000000022a5633849f601088cb06574d444d6eda298a563a90d7 4,808 1.00/1.00 vMB 89
818,065 818,065 000000000000000000013d5247403d43238a63d6eb475e09bbfc37ebb8af08fd 4,201 1.00/1.00 vMB 100
818,064 818,064 00000000000000000001063a50d8f343b79eba61a9f69100a000cbd1694a7a5c 3,590 1.00/1.00 vMB 106
818,063 818,063 00000000000000000001f4d8d5d2aba64b78cdf3797b5cc86c95e50094185a91 5,014 1.00/1.00 vMB 85
818,062 818,062 00000000000000000002ce1e75745f91cafedad1a4c6a73fa01afc427f30d8e9 4,768 1.00/1.00 vMB 85
818,061 818,061 00000000000000000002d0ca9552ba8765dea0ad869f6253a48a20dd9e438215 4,991 1.00/1.00 vMB 75
818,060 818,060 000000000000000000039bc18b94a4642af9978973b81e488fe75f23b53db585 4,038 1.00/1.00 vMB 86
818,059 818,059 000000000000000000022ffa32c03991129483c4bef25ce1d127b4bc768e93f9 4,750 1.00/1.00 vMB 79
818,058 818,058 00000000000000000001f136a3e4889b471a96bec912e2f7639312e082ae5fa9 5,131 1.00/1.00 vMB 94
818,057 818,057 00000000000000000001aff8d60bca5c8dd5a8e4ba8a2f73d5c1b2b531dcb36b 3,788 1.00/1.00 vMB 91
818,056 818,056 00000000000000000001824ffc1a4c0c9a346bf13b5cd2eb19be7d09aa1c795c 4,761 1.00/1.00 vMB 83
818,055 818,055 000000000000000000025271cfe1a017179e55758b55a2d1bed3858210607a87 4,729 1.00/1.00 vMB 86
818,054 818,054 0000000000000000000202bd6fd2dc8751d3aa12318cfe02925f257e48d28b9f 2,613 1.00/1.00 vMB 81
818,053 818,053 000000000000000000007b7f9042e40277db2389dc47f92a50c097fc5e4cd26c 5,118 1.00/1.00 vMB 74
818,052 818,052 000000000000000000032b2d612a36027e3fdb1d4f08d763998f9abe1514bf07 3,860 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.75 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: 708.61 GB
    • Received: 16.74 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.