Loading Tool

Explorer IconExplorer

Memory Pool

83,233 transactions
31.39 vMB
0.14331046 BTC
Random Selection Loading Transactions
Max Size: 186.92/200 MB

Candidate Block

Mining Attempt 479938204c48d36d5b2c28bcefcaab9ec0235c0d2f06ff38a4a75ccd0c66c9e3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 9007356077721b66f8e3bd0479928741507274d0151fd1e901a895e2c5a7d0a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.04375993 BTC
Feerates: 402.75 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (307,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,290 607,290 00000000000000000015070404612282b8ff1e0f257597a9a4abc5edbc0da7aa 1,409 0.58/1.00 vMB 7
607,289 607,289 000000000000000000013b350d91d8670b44f529555ed358fc59d0b55aab4054 1,226 0.41/1.00 vMB 14
607,288 607,288 0000000000000000000b0fca07961a63c8c8b636b1b60dcc99233306189f9088 1,044 0.28/1.00 vMB 10
607,287 607,287 00000000000000000014f1c7864baf605948ee0df63e0a8ff897945afe938030 3,315 1.00/1.00 vMB 4
607,286 607,286 00000000000000000012a69f9a6a1715074aa00aca1e7b3bb097e4f4bec62310 2,789 1.00/1.00 vMB 17
607,285 607,285 0000000000000000000d36ceb70a1998738333c8d778649f2e1bbf53cd852139 1,733 0.58/1.00 vMB 12
607,284 607,284 000000000000000000058c6da930d13e85259b89717ca04d8aef92d06f8bb416 1,497 0.50/1.00 vMB 9
607,283 607,283 0000000000000000000da9ff41501027a3b5e150bceebdd8832ee337ebf10d0a 2,571 0.81/1.00 vMB 13
607,282 607,282 000000000000000000010fd39fe852fb9447999fa22d4c5be161b460358ece2d 814 0.26/1.00 vMB 14
607,281 607,281 0000000000000000000272381ab97fd994bb43ccfe7cb3c3950f207d14d8f140 815 0.21/1.00 vMB 14
607,280 607,280 00000000000000000001cd66b5bdcc5ce77f9e4e36b12ca4c7bfd47f6b9e6be1 1,852 0.50/1.00 vMB 17
607,279 607,279 000000000000000000158301174ff52c3de52e667c41ad4c71a458cca3afb96c 187 0.05/1.00 vMB 13
607,278 607,278 0000000000000000000847a0409a802bc7a95a15fa90506d1badd23e37192db1 1,928 0.64/1.00 vMB 9
607,277 607,277 0000000000000000000c8f1afad28613fa054b8cb8fdf578823be1ee0d73e96e 2,376 0.99/1.00 vMB 12
607,276 607,276 0000000000000000001341130a22ee9ff5806ca02e4ef91335b5e17bbae46c39 186 0.06/1.00 vMB 22
607,275 607,275 000000000000000000129b6b473a6e1e838c95f0e6dbd16d9f76a5336cbd3b0a 1 0.00/1.00 vMB 0
607,274 607,274 00000000000000000009a40306fdab1b556b3e0c74893a5b310aa544177fb58a 2,401 0.97/1.00 vMB 11
607,273 607,273 000000000000000000103472bac7b62ded8f6dd47e12422374f438b2287b0767 1,236 0.34/1.00 vMB 8
607,272 607,272 000000000000000000037dbe5aca444661a1dc624d238e72cca0fba976e1f6b8 2,736 1.00/1.00 vMB 5
607,271 607,271 000000000000000000116ea510fe1e3cebab28e677935ec1080f02da6b7872ef 2,619 1.00/1.00 vMB 23
607,270 607,270 00000000000000000007d8a1b3c079c94bc232af6698e1c1a02ea3609630fa21 997 0.28/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.65 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.65 GB
    • Received: 16.29 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.