Loading Tool

Explorer IconExplorer

Memory Pool

78,925 transactions
29.44 vMB
0.06685800 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 28a9ccfa4d449b6b7acf79617b18693d8a7f646b8e2e52c739cd4fbc2cbc9794
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (537,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,677 377,677 0000000000000000118ccace7623708cd8ee9ae50e10c6a85e913ff7b3b87ccc 437 0.29/1.00 vMB 21
377,676 377,676 0000000000000000096b19caaf66f7d94ca681bea3cf4fed040926c3204b4a12 1,537 0.92/1.00 vMB 20
377,675 377,675 00000000000000000ee05b1130964900333c81e95b3672eca28c3a10fe244392 2,121 1.00/1.00 vMB 30
377,674 377,674 0000000000000000076d36e7d9a36cb095ff8eceb2dac6c4907a420d6bc49bd0 2,937 0.95/1.00 vMB 54
377,673 377,673 0000000000000000015b660a4ae5e4fea63b51070b57d647d24a15a456c1c9d4 1,737 0.94/1.00 vMB 31
377,672 377,672 000000000000000006391cbb16e07a27463323ff2f5cf5227cf46154188f24fa 1,376 0.54/1.00 vMB 41
377,671 377,671 00000000000000000488065e0fc9c9afa47f157ed8b80fdbfad24e2d5eeb5a90 1,140 0.65/1.00 vMB 34
377,670 377,670 000000000000000000adbc9f9dd68dcface4b2025ab8cc81d349379ab59ed32b 206 0.14/1.00 vMB 25
377,669 377,669 00000000000000000f78096ca7415429c3db5c069d0b1a12cac613492b63ddad 1,362 0.60/1.00 vMB 37
377,668 377,668 0000000000000000013852eec7fb4599c11d4ba6ade2f25d6e058399db1a3e19 1,021 0.45/1.00 vMB 33
377,667 377,667 000000000000000002da9aae02da018d2cd8e699603868d68089951788304ee8 187 0.24/1.00 vMB 11
377,666 377,666 00000000000000000fcfe02b8fc3aa3fb8b796b51bd92cba6db96f9d74781719 17 0.03/1.00 vMB 7
377,665 377,665 00000000000000000f874ee95f536c7a9a9c66f437916d39d999c78071847ed1 24 0.06/1.00 vMB 6
377,664 377,664 00000000000000000d85764961910e79e32fc3a73977f944599d784074b6a17a 1,386 0.62/1.00 vMB 32
377,663 377,663 000000000000000003b5307ef342a847d3d0a8ca34a5750a8a21858e3d02de9a 2,125 0.95/1.00 vMB 38
377,662 377,662 00000000000000000c66a9dce5e981152c894b1d79f67655aaea8731bdd27c8f 1 0.00/1.00 vMB 0
377,661 377,661 00000000000000000564681818f6e3f907ab2c5ebf9ba48f08eacc8fcc30a6cf 379 0.19/1.00 vMB 29
377,660 377,660 00000000000000000e940fce4832b972a9f2f230599f878bc5cefaf125cdb2c4 181 0.08/1.00 vMB 31
377,659 377,659 000000000000000010826519a9d8b239e7ea5f803983a561fcf03a03e96475c0 247 0.12/1.00 vMB 38
377,658 377,658 000000000000000001c389fca3527abf6fde45e2e8080d8d955c4637f8fc3c04 500 0.28/1.00 vMB 29
377,657 377,657 000000000000000011475f1d5adfa1b3240ed35222fab0f736b5b6c883bda3ab 486 0.29/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.