Loading Tool

Explorer IconExplorer

Memory Pool

79,078 transactions
29.27 vMB
0.09785444 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt acdb73d72922c005b34a7bc60a2068a6c671fb427cbee5a8421594f64bfd4c68
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 2e7d34e5cdb796d36a30109f877886c423fbb826ac585d61b42ebe6c1bcec1d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.03566977 BTC
Feerates: 477.45 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (247,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,457 667,457 000000000000000000012fc9ffe031bb223efde169ee3d1cdf11dc3c5e8ac52b 2,124 1.00/1.00 vMB 55
667,456 667,456 00000000000000000007ae5daca933b571ea17742b4a75f87c07f6f252a88579 2,215 1.00/1.00 vMB 23
667,455 667,455 0000000000000000000858436709a010b7bea88d3bbe452aa588838cf8c97b51 2,146 1.00/1.00 vMB 45
667,454 667,454 00000000000000000001e7d33efb0ecf9b7ec39945ea2296abd8cec37fd6ae69 1,848 1.00/1.00 vMB 32
667,453 667,453 0000000000000000000470320360b23bbdb7a224452593cb32a211eebfd3f1fe 1,304 1.00/1.00 vMB 16
667,452 667,452 00000000000000000001b104f70bd7d851cc059d0ddc87a95861652af9aa2898 1,289 1.00/1.00 vMB 66
667,451 667,451 0000000000000000000b19e255ca7c434a9efefaa91cfc63a7aa16a5d34a0e1b 1,935 1.00/1.00 vMB 91
667,450 667,450 00000000000000000000136abf4d7b7fd880c59f8115a6dd28e8f178a366c3ef 1,572 1.00/1.00 vMB 13
667,449 667,449 00000000000000000001d6009972b34e53ccc3fc22c1785c374b41c03a4b59f7 1,318 1.00/1.00 vMB 4
667,448 667,448 00000000000000000009c9eed5971e5227c32e9621fbcb5c04d746848f48e851 1,419 1.00/1.00 vMB 8
667,447 667,447 0000000000000000000878e3b12d51ac96c22332ab10d2e3da6826f6924596c8 2,272 1.00/1.00 vMB 57
667,446 667,446 00000000000000000005f13c424263f7fed3cccd723128e2965ab73af0fff90c 1,680 1.00/1.00 vMB 21
667,445 667,445 00000000000000000000a6aa45a805fffff6368de9183aa2c1e4517634356611 2,163 1.00/1.00 vMB 38
667,444 667,444 0000000000000000000c3bb7be43cee7d720a45ac2e63c10d42d8cf36b179f09 898 1.00/1.00 vMB 4
667,443 667,443 000000000000000000006501faf77b2f91eeb21e54e815b299031b778c61edf2 2,453 1.00/1.00 vMB 48
667,442 667,442 0000000000000000000170c2b54a2f6fdb451dfb0e18e77b43e4931ff5c1808e 2,225 1.00/1.00 vMB 22
667,441 667,441 000000000000000000047dfb2ed42e3b5ad357a9b40bdb20e5457cd32446cf26 1,428 1.00/1.00 vMB 11
667,440 667,440 00000000000000000004ba47fee5f0e450556c30e6556ea9513d42bb48fa4b46 3,065 1.00/1.00 vMB 82
667,439 667,439 00000000000000000000196feeea6621e209a58293f4d5648c755ce04bfa0010 1,370 1.00/1.00 vMB 23
667,438 667,438 0000000000000000000c3fc48a28d560f9ff1678dbbf7860788638e5a7011f8c 1,321 1.00/1.00 vMB 9
667,437 667,437 00000000000000000003b82214796eb5030d0eb3e5d9479db20d43c97605863d 1,639 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.