Loading Tool

Explorer IconExplorer

Memory Pool

78,129 transactions
29.69 vMB
0.07398724 BTC
Random Selection Loading Transactions
Max Size: 181.18/200 MB

Candidate Block

Mining Attempt 8921d99249a1bc7a07128ada38fe4cc0656894b0e409a78f9766296cc2913e7a
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 1a470fe98673f63980b88c11fcf701cc102d0545da6bebcbe82570e9b34ee249
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,775
Size: 1.00 vMB
Total Fees: 0.00842842 BTC
Feerates: 100.46 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (63,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,248 852,248 00000000000000000002bf13a651e2686fbb13a41ef7aa1eb5edf19e22a43b53 5,155 1.00/1.00 vMB 5
852,247 852,247 00000000000000000000c469cec48e0b1710ac549ad9989a915027fe73e1d988 3,564 1.00/1.00 vMB 5
852,246 852,246 00000000000000000001fbd2876dc0f09bb5fb39bfe75ca804c6d8bd295ef827 5,047 1.00/1.00 vMB 6
852,245 852,245 0000000000000000000108d10a3500f34eee3a22c16b187887e5a89ac1d39acd 3,155 1.00/1.00 vMB 4
852,244 852,244 00000000000000000000813b88b0ab7b7a6b5390c43b686b27f8a2df5bf2d6cd 1,494 1.00/1.00 vMB 4
852,243 852,243 00000000000000000001648235268c75ea57abec7b6e0917a2b33912b07580f2 3,438 1.00/1.00 vMB 4
852,242 852,242 000000000000000000026a9d8e93523f5e5e7a75c4ef45b19562b3599fea3264 5,990 1.00/1.00 vMB 5
852,241 852,241 00000000000000000002001ebcf443ac2d72338a9a40210c6da5f8881af75b37 2,369 1.00/1.00 vMB 9
852,240 852,240 00000000000000000000cf526996e798a2750b1c553c1bfda8c8a4daa7b38711 5,541 1.00/1.00 vMB 5
852,239 852,239 0000000000000000000103256f679c9b94e4d9df2d4e0d90f7623e9bda8c7f2d 3,130 1.00/1.00 vMB 8
852,238 852,238 00000000000000000001b465ce722fd01f324e830b5ef2e6cdd22a8c50883383 1,518 1.00/1.00 vMB 4
852,237 852,237 00000000000000000001d8ee6d7326dbe6470e73cdc4c79a5a0d4fde6133cdd1 4,005 1.00/1.00 vMB 6
852,236 852,236 000000000000000000030e9829813199fc53e79f34a82c1000602b9c938aca95 5,055 1.00/1.00 vMB 5
852,235 852,235 00000000000000000000efa659caab8fac938f7a4440086fcfab82726d65f1e0 5,896 1.00/1.00 vMB 5
852,234 852,234 000000000000000000000e72dbd6e42721c8822f600df28a0322e94b48b81987 4,721 1.00/1.00 vMB 4
852,233 852,233 00000000000000000000168d3c8e9fcd774534a45345496e2080e3b0d65ab90e 2,256 1.00/1.00 vMB 7
852,232 852,232 000000000000000000011ad2f312cc9c906d6ece94eccbddb24622a60bd4e005 2,541 1.00/1.00 vMB 9
852,231 852,231 0000000000000000000110cc5a91b23b2df4f2d577fd1cb111c63e2e010dae53 3,419 1.00/1.00 vMB 7
852,230 852,230 00000000000000000002ec3ee4bc993a05c280e130e15bbeaa5ddbd27fb61643 4,530 1.00/1.00 vMB 5
852,229 852,229 00000000000000000001ad0bae985d08f0eaba5086570daab5947ccd255fb98a 2,436 1.00/1.00 vMB 7
852,228 852,228 000000000000000000008cfb33feeaf9b959c236c4663723560240d50aecabb2 3,053 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.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: 720.92 GB
    • Received: 18.31 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.