Loading Tool

Explorer IconExplorer

Memory Pool

84,483 transactions
31.68 vMB
0.10729700 BTC
Random Selection Loading Transactions
Max Size: 194.22/200 MB

Candidate Block

Mining Attempt c38432ff19c40efac4872b209fba3ee0be19b4566fedc5d6af3761fe7f406285
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 538de62f4a3e73f1fac8446ef931f63da226b73dd9ebac811d3e21dddf44c64c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.03305348 BTC
Feerates: 504.27 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (259,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,485 655,485 0000000000000000000f7be5bb200d382d5a62dbc46a7a628e9c9695decd361e 1,543 1.00/1.00 vMB 110
655,484 655,484 0000000000000000000b84b7849973b847f93c6a65adfeac8fcc41e101ec0d21 2,401 1.00/1.00 vMB 140
655,483 655,483 000000000000000000106382d5bd7c813d569c702aaf15ae62b7327e276cc9ae 2,066 1.00/1.00 vMB 111
655,482 655,482 000000000000000000024fd94bb0c3c96b8f42faafe0df7ec94b9cdab45fcd69 2,142 1.00/1.00 vMB 71
655,481 655,481 0000000000000000000d4a8d5de7cfd4c9f8f6f72422e8ec896866587fa2c925 1,367 1.00/1.00 vMB 41
655,480 655,480 0000000000000000000d09423acb27e17bc8475d15208721efd643b85ddae185 1,866 1.00/1.00 vMB 61
655,479 655,479 00000000000000000002549c03ee3c186755dc59ad33f404f84fb94e4d87c4be 2,281 1.00/1.00 vMB 86
655,478 655,478 000000000000000000057b21098253db68990567cc708e3033669da9b2255e20 1,418 1.00/1.00 vMB 20
655,477 655,477 0000000000000000000cc8f245761ec5d963f1b4da8cce4a8f1e11ae24a5bd25 2,309 1.00/1.00 vMB 84
655,476 655,476 000000000000000000078eb67794bb342143d6efe7d1626bd9d00a67b8fae1cc 1,226 1.00/1.00 vMB 40
655,475 655,475 000000000000000000035db9f307626c4600b4a21966388633e85930c2457087 2,196 1.00/1.00 vMB 130
655,474 655,474 0000000000000000000d42b9f0576ba1d81b378a3e995f92e21e7154dc40242c 1,942 1.00/1.00 vMB 203
655,473 655,473 0000000000000000000632b79b5cd70d4f6d87d54302aa56f5251ad49c327f39 1,554 1.00/1.00 vMB 216
655,472 655,472 0000000000000000000c5721349d25b37bfb90bcb9a0a77df697c3b296e2b187 1,152 1.00/1.00 vMB 240
655,471 655,471 00000000000000000005c46f6f6d862e1e7a604872bff71790b191f3957872e3 631 1.00/1.00 vMB 299
655,470 655,470 00000000000000000001497faf4f826d751f1dc0cfb3e336c3fd5e03d0a5c993 1,922 1.00/1.00 vMB 142
655,469 655,469 0000000000000000000410c79efc05e65605f8cfe61b73735b2c2ea29b8b893e 1,509 1.00/1.00 vMB 86
655,468 655,468 0000000000000000000d776831341b3b2138f48cd22ac5179ef912cc84e35bdb 1,912 1.00/1.00 vMB 156
655,467 655,467 00000000000000000005069f94459f151608fa13e8f54e261dafe8852f58f7fb 1,680 1.00/1.00 vMB 70
655,466 655,466 000000000000000000016a3f2d6b68ecdf193f881bd1ba6d7b8253d07d5b3ef7 2,025 1.00/1.00 vMB 129
655,465 655,465 0000000000000000000325452a13c64b36906059b286b86aedbc40843abd2177 1,841 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.