Loading Tool

Explorer IconExplorer

Memory Pool

13,404 transactions
7.50 vMB
0.02456943 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.86/200 MB

Candidate Block

Mining Attempt d294eda81af1976f62a0f2cf590f91ab890918ca5a69396fbda8c8c5b7aa0916
Version 20000000
Previous Block 000000000000000000011f98f784a9518d613900780ad0e35c0cffb98d897571
Merkle Root 57dd295a3f785b85cb9b5647e482e0fb81da9969235ae4b8b2e8e0e3ae941f97
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,749
Size: 1.00 vMB
Total Fees: 0.00935005 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,382 (687,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,433 225,433 0000000000000040fcdf075576b52f2f83d852e4f356936645bcb4e745c94e15 6 0.00 vMB 301
225,432 225,432 00000000000000362b16136f026a99ed5c59c0a4dc99e60fe87c28f3220438d6 516 0.25 vMB 5,487
225,431 225,431 00000000000000f2c09bd58b84a7ef33fbc038a6fed97c072643b1e61d8ab841 766 0.25 vMB 250
225,430 225,430 00000000000001c108384350f74090433e7fcf79a606b8e797f065b130575932 797 0.25 vMB 396
225,429 225,429 0000000000000366ce98ca28338900094e8cbf445776253181749f782546d006 724 0.25 vMB 274
225,428 225,428 000000000000003a8a04797d89894b151c1604d14d861a16e40dc18d0ea9fc7f 797 0.25 vMB 270
225,427 225,427 000000000000008051f10f774fbcee0173dcca4682f0c2f694d3323f55e5c584 10 0.00 vMB 221
225,426 225,426 000000000000015f87b6346321a972e6de2cdd7045d19cfd223a62ea47cc2ee0 12 0.00 vMB 77
225,425 225,425 00000000000003522a9d8bf4a52cc92fe71cfc1879262615ed8a60e7c90ea2f7 979 0.64 vMB 131
225,424 225,424 00000000000000e809b31a275b4c046f255af5f93cd92bb6f88add5f290b0a40 796 0.25 vMB 302
225,423 225,423 000000000000037bb5838ea209aa4e62fb50e213bbeeb96402bfca741a4a0451 507 0.25 vMB 164
225,422 225,422 00000000000002425a24130875a010a3fa599ce3d94a7c15eb5de632c6156c9b 818 0.25 vMB 263
225,421 225,421 000000000000000c5be4fe51ac24538eb8986d7141992324aa4f5c09ab7d2eeb 512 0.28 vMB 199
225,420 225,420 00000000000002cecaf95647af3032425863a1e8d00b4c8683df0090776a1790 164 0.11 vMB 127
225,419 225,419 000000000000014bd7afb44b25a1c89657b36eb629df408f291487e59bfad954 539 0.28 vMB 168
225,418 225,418 0000000000000091ab3e69c957b228233e0bd52e2147daaa0a44110330948d60 719 0.30 vMB 197
225,417 225,417 00000000000001efe3681f1e7889acb78fc4be27ebbff41b789ab2f4e28dbbb3 144 0.05 vMB 101
225,416 225,416 00000000000003a1828a30fbc8950ee0926f58f73be0e81ceba983c1613d6ecd 128 0.10 vMB 121
225,415 225,415 00000000000002471c6a4f4a84272003bf050ced20bc93e4b26dbbd29fad2f47 857 0.36 vMB 212
225,414 225,414 000000000000008f6eb525d519e1aaf339b289fee3f4b48426bbe351406f56fe 267 0.15 vMB 147
225,413 225,413 0000000000000136b08c8ed2607227bf4efd6bc9589cad09ee6dfe2a53c40f34 278 0.15 vMB 124
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 223.84 GB
    • Received: 0.85 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.