Loading Tool

Explorer IconExplorer

Memory Pool

73,717 transactions
28.18 vMB
0.06330471 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt 1ff331a86de8c24da5eb2cef184b6e3c7a566a9e726bf9b3abae7be98c9ef827
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 27ab5322352e1ff72e499e71614b56619b69a0f0b96fd6dfa7e137f3852b2955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,818
Size: 1.00 vMB
Total Fees: 0.00695177 BTC
Feerates: 75.12 > 0.70 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (422,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,013 493,013 0000000000000000009b14196f6c8802f67a9d542574db7a21b86b6276df4dbb 2,394 1.00/1.00 vMB 169
493,012 493,012 0000000000000000005f0740ea72707cedfb6220c0658c284da02963297648f7 2,271 1.00/1.00 vMB 201
493,011 493,011 0000000000000000009d5f52718d7bf48dcd76ae05229edee3081335cb3e3484 2,380 1.00/1.00 vMB 233
493,010 493,010 0000000000000000006ad197be41de31939f751085d6ef33f592e8a9f930c851 2,612 1.00/1.00 vMB 230
493,009 493,009 000000000000000000615dae65554b07fb05d461ac86e2435b586691dac1add0 2,252 0.92/1.00 vMB 301
493,008 493,008 000000000000000000233f7afd5286f2466ca51b09e6048554adf8785f8cfb2e 2,668 1.00/1.00 vMB 253
493,007 493,007 0000000000000000004745856b96fd51842e63233431d69d2077db6b0484a835 2,831 1.00/1.00 vMB 293
493,006 493,006 0000000000000000006e9025adea101646428610c2962c5c353fe5eb8294ea42 2,441 1.00/1.00 vMB 272
493,005 493,005 0000000000000000004bd8ae7772cf2b020b5b8cc13cf2856ca11e737dc6e3e2 2,165 0.92/1.00 vMB 316
493,004 493,004 0000000000000000007d0180ad7037994dd3024faddca0fa8c881438ce92683c 2,520 1.00/1.00 vMB 175
493,003 493,003 00000000000000000095226b4da3ad059b9abf041ad063c8bc9f3b57ef5ff117 2,444 1.00/1.00 vMB 207
493,002 493,002 0000000000000000000763c663c8917c0239bac393ae8ee36c8dcea9c9a0d522 2,436 1.00/1.00 vMB 230
493,001 493,001 0000000000000000004197431330a069e96233b8a6bbd7aad4397b5d3b32eabd 2,872 1.00/1.00 vMB 231
493,000 493,000 0000000000000000009597e5348a4d78883667819d000662f82a910899aa6271 2,700 1.00/1.00 vMB 269
492,999 492,999 000000000000000000711829663b1eba1f2a8ae533ff6b2eed8dd141490b1903 2,334 0.92/1.00 vMB 275
492,998 492,998 0000000000000000007127290b717bc10dd7bbab6ae9a4bc198a5fecedb43204 2,350 1.00/1.00 vMB 250
492,997 492,997 00000000000000000065ccb07486b8ce18b6d2082dbe89bc65481f9f9973cb71 2,595 1.00/1.00 vMB 290
492,996 492,996 00000000000000000032f2a05795b7c4a3369655c4fe9a4374f5f4a4a3a267de 2,615 1.00/1.00 vMB 310
492,995 492,995 0000000000000000004022ce1848fa543431b9e9d57910faa704583e1fc0c453 2,912 0.90/1.00 vMB 318
492,994 492,994 000000000000000000b89014f0d211cb106aa3380ea1637e10ef2a6c11b98f9e 3,285 1.00/1.00 vMB 321
492,993 492,993 00000000000000000024b32078a3194cf895146d19af93f46b8d702b0951d5ed 2,248 0.94/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.51 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: 668.60 GB
    • Received: 15.54 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.