Loading Tool

Explorer IconExplorer

Memory Pool

35,326 transactions
25.94 vMB
0.06911015 BTC
Random Selection Loading Transactions
Max Size: 131.86/200 MB

Candidate Block

Mining Attempt eaa8c8a6711c50075f8254ce03101f2474e6015df8581845d1a095b49f6d3692
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root bb22d1bdfbb2f20aa75f0d37beb42157e914c0c85f2bc96f0c314a8fbda9f871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.02138630 BTC
Feerates: 250.88 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (417,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,357 497,357 0000000000000000007a2198a240cdabd31455ba96b03c4f9b33f97778ee3a05 1,538 1.00/1.00 vMB 76
497,356 497,356 000000000000000000069016315a58def8a19630d30ce0b5e1ed56f98e175620 2,462 1.00/1.00 vMB 147
497,355 497,355 0000000000000000005c2261cf74c2246f1742c5322c1e0f65a584ca2e8a9c04 401 0.74/1.00 vMB 26
497,354 497,354 000000000000000000963d1adf8567d9207de8d23cdbae2105d5634e50cc2a2b 441 1.00/1.00 vMB 30
497,353 497,353 0000000000000000002241d007c73fd82709aa3cdc15d6af8407a6c9a18823c9 1,417 1.00/1.00 vMB 84
497,352 497,352 000000000000000000401064c571a3003c7d9a714463323709ac56e9953a9067 177 1.00/1.00 vMB 11
497,351 497,351 0000000000000000003dd039a612f613bb6dc8649dd7c284240a7f9dc14d605c 1,507 1.00/1.00 vMB 64
497,350 497,350 00000000000000000025cfa9fea3df449aa17a02e462195a482497b8633d31b9 2,466 1.00/1.00 vMB 144
497,349 497,349 0000000000000000006b640cee9f6a467fa0e4a80bca402d1d7f4a4354ca1a8b 1,189 1.00/1.00 vMB 69
497,348 497,348 0000000000000000003e0097e6210ef159604ed56130a477edf91ba5b0dd1caa 1,288 1.00/1.00 vMB 72
497,347 497,347 00000000000000000076a8e308105fae85b44da397e91391079a3511932cf097 389 1.00/1.00 vMB 20
497,346 497,346 0000000000000000005222994d524bb2343568258cb1cb2107f1d416e06f08b1 1,194 1.00/1.00 vMB 43
497,345 497,345 0000000000000000008874a44c0ab25f84ba411b4e69f1bd5434a0b698183fed 2,270 1.00/1.00 vMB 154
497,344 497,344 0000000000000000000891f94f5e430d27af15b1c45500fbdae11e80a8b1d4db 1,788 1.00/1.00 vMB 94
497,343 497,343 0000000000000000001110b1635c0055ad1bef3bb6b08c5ad91941e9b6770872 479 1.00/1.00 vMB 35
497,342 497,342 0000000000000000002f7880f6e45987cfcafc04a31e75b8a746600043633b9e 2,303 1.00/1.00 vMB 124
497,341 497,341 00000000000000000015dfd922a36861c58e8a1a3c02045c0aacd58d3e5f046d 1,358 1.00/1.00 vMB 84
497,340 497,340 00000000000000000022888011cbc4909ffdcad7dca1d430c311aa12aaa07fc3 1,637 1.00/1.00 vMB 88
497,339 497,339 000000000000000000093134ba6e73d118bb4388f35f8b6f7bc2d2481c31150e 1,695 1.00/1.00 vMB 93
497,338 497,338 000000000000000000273b493efd741f159251448853c5a399c8f70418d92d09 1,939 1.00/1.00 vMB 112
497,337 497,337 0000000000000000007b25fdd7bbfdf451fac452eccd8cf4e34b7c183cc4da5a 1,434 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

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