Loading Tool

Explorer IconExplorer

Memory Pool

47,050 transactions
29.52 vMB
0.15234533 BTC
Random Selection Loading Transactions
Max Size: 156.32/200 MB

Candidate Block

Mining Attempt 3a409feccd023341a52bc40a03f93c7ea579559f634d077ed4a7a075351c2085
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c3e2d4b6622679f308642f3efbe0a28ce0b9665a90cfebc5957dc79147abf692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.08561940 BTC
Feerates: 15,654.48 > 8.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (241,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,229 673,229 000000000000000000066f5053068156fdcfe123cde6f69c15c7c145a6468683 1,910 1.00/1.00 vMB 57
673,228 673,228 00000000000000000005384f67d2c445809c08e9f41e5276d9c4490d5cea2a95 2,101 1.00/1.00 vMB 90
673,227 673,227 00000000000000000003735b63841f2a86fe1584288116341e3c92dd0753a8f1 1,148 1.00/1.00 vMB 19
673,226 673,226 0000000000000000000ca1dbc234e9b236d50f18d1f671c54bafea1313f9c209 2,086 1.00/1.00 vMB 34
673,225 673,225 0000000000000000000452d3325a5945d4f167a6758ee8e7f2441b67829b29e2 2,705 1.00/1.00 vMB 110
673,224 673,224 00000000000000000008529a35545086af7cbd13907a3d03975b9be39e4eb9c7 906 1.00/1.00 vMB 26
673,223 673,223 0000000000000000000364112ffd67814d82f3564a510aa95e8f5b3c4fe5e77b 1,687 1.00/1.00 vMB 19
673,222 673,222 000000000000000000035e946d2404b2777be7a68da28a0982d94990214ea714 1,803 1.00/1.00 vMB 32
673,221 673,221 00000000000000000004b29c92a9b306aab388988e024a6fcb00dd47cdc7bb3e 1,250 1.00/1.00 vMB 34
673,220 673,220 000000000000000000005d4ef0f6122b64970d8f3c8074c8294530fb460b7f50 1,692 1.00/1.00 vMB 58
673,219 673,219 0000000000000000000b129b145a457e7eab1b891f83d005d6c2ee26ceb9208f 1,917 1.00/1.00 vMB 21
673,218 673,218 0000000000000000000bd1abdbcf47d4726809e8f88d5bd5b48350074dc3e891 2,244 1.00/1.00 vMB 40
673,217 673,217 000000000000000000092ec3cbf879625b074daa1d5199fa2656976a3043f335 2,268 1.00/1.00 vMB 41
673,216 673,216 00000000000000000002951e09f49d33491c87fb8ed8138e69ac18cd0299e62d 2,445 1.00/1.00 vMB 92
673,215 673,215 000000000000000000065c96c827edf07155b04526b33fb08a352a086f64db63 1,748 1.00/1.00 vMB 62
673,214 673,214 000000000000000000055eeb4aac7f61ef215081dbbff8506ab81af5c0d3c0f2 1,663 1.00/1.00 vMB 106
673,213 673,213 0000000000000000000cc58418a54bdfc615d544db0191a27983b380090a66af 2,144 1.00/1.00 vMB 57
673,212 673,212 000000000000000000046ec82e670b2ae72b8fbf4df7e9c3a5296effad547ea5 2,080 1.00/1.00 vMB 43
673,211 673,211 0000000000000000000889e6519680f3c53d0b11ae268d4401fb655223c4bb86 2,222 1.00/1.00 vMB 80
673,210 673,210 0000000000000000000b85b50fb3251988e2bc88901a4d8662b5a7eb142dbe0d 2,390 1.00/1.00 vMB 103
673,209 673,209 00000000000000000004694b14b37677e5096b3d0700452964dd1d3e73e49279 2,086 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.