Loading Tool

Explorer IconExplorer

Memory Pool

86,369 transactions
33.21 vMB
0.14379012 BTC
Random Selection Loading Transactions
Max Size: 197.54/200 MB

Candidate Block

Mining Attempt 83346d503a8424f8666ae883217962e9dde6f6a83e8c1ed0d4e12c52ae4b79cd
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (335,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,269 579,269 00000000000000000006974f9d5921f6142585e5c8e383b5d5099a486656358f 3,030 1.00/1.00 vMB 66
579,268 579,268 0000000000000000001af4e1834cc51624f7646ac8e55384d85b6990ad1a780a 2,906 1.00/1.00 vMB 72
579,267 579,267 0000000000000000002266da28603bfcc5f203e7fb02ee5c8c673d8441e501b3 2,042 1.00/1.00 vMB 13
579,266 579,266 0000000000000000001eaf667a0a88f47f18c6aa7c4f69221d9ce20f0d5fbaa2 2,020 1.00/1.00 vMB 16
579,265 579,265 00000000000000000002c85053cef5f574f4b47401753faa3976de8e340d5213 2,148 1.00/1.00 vMB 26
579,264 579,264 0000000000000000000ab31ebf3fa61cc0a2c23320ce1a285348b0e399bf02de 2,480 1.00/1.00 vMB 78
579,263 579,263 00000000000000000004346d7fd83a22ceac093888e10ef007ef12172187e6be 2,154 1.00/1.00 vMB 57
579,262 579,262 000000000000000000161c3dbe1e5d4dec93afbb69cdefa07b8bdfc0e7c7d055 2,735 1.00/1.00 vMB 56
579,261 579,261 000000000000000000052312da629305f2fa24638175a9d06c3e9dea9ffb7a76 1,913 1.00/1.00 vMB 28
579,260 579,260 0000000000000000000bdebaa13c826037fa7ed2e8ac3ca54a705a14a1801424 2,146 1.00/1.00 vMB 16
579,259 579,259 00000000000000000023ab641c513630db310277cfc3e06c3ef81ce712423f5c 2,834 1.00/1.00 vMB 94
579,258 579,258 00000000000000000018992b2272f4e7db976d51e9322f3249a807395dea504a 2,252 1.00/1.00 vMB 64
579,257 579,257 000000000000000000042a13ab49658ca0f0223fefe89cac088ee2ad0e447772 2,948 1.00/1.00 vMB 86
579,256 579,256 000000000000000000000722996aeaf57a4177fab47d9584b3692ecc5c142db4 2,919 1.00/1.00 vMB 106
579,255 579,255 00000000000000000001ba9d6f2ad088421b0d25bd8f994c0c2947ec9d8c46b3 1,846 1.00/1.00 vMB 139
579,254 579,254 00000000000000000022281bfcb563ad14df07a12512ddcddbfbcc13c07d6953 2,396 1.00/1.00 vMB 108
579,253 579,253 0000000000000000001615b3c32d6449c287b6e58232eef9dafcd6be9aea942c 2,092 1.00/1.00 vMB 89
579,252 579,252 00000000000000000009caf0ea7606b2192210f10d23755d519bc254648a7356 2,924 1.00/1.00 vMB 109
579,251 579,251 0000000000000000000ade245f45a10999f8f4b9ce9f481ebae5d9d109358806 2,363 1.00/1.00 vMB 80
579,250 579,250 0000000000000000001fb5b7e524816cd8ddeb51a5887f7cd7f33d566f8319ce 2,714 1.00/1.00 vMB 86
579,249 579,249 00000000000000000006584aa81c7461f9f97d37333c4c2ece6dd336034f10ec 2,398 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.31 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: 659.42 GB
    • Received: 14.60 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.