Loading Tool

Explorer IconExplorer

Memory Pool

46,266 transactions
28.20 vMB
0.10771504 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt be3177e24aca2efc35c05c97eda365757b87e1505ecc0da3697cb5eef57e9726
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 90250515c1a902dc8c311882744ce6a6d065e1c109f1f98466efc844ad1f060b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04485622 BTC
Feerates: 265.25 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (92,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,129 822,129 0000000000000000000086a30f9b26d3fd83d4afb46c7c1692dff07f862c2bca 4,083 1.00/1.00 vMB 289
822,128 822,128 00000000000000000003bb7dce4d221eb44aaf5aa3b8ec70ee85b186627375b1 1 0.00/1.00 vMB 0
822,127 822,127 00000000000000000000cc72229afdba68af6abb53d40ce10783e23c7e6365e6 3,923 1.00/1.00 vMB 388
822,126 822,126 00000000000000000003300dfd80259b978c7a27034c77e01c8a90eb773fd0af 3,608 1.00/1.00 vMB 372
822,125 822,125 000000000000000000003bb7f7f18ded0a80dc22acffad186e1d5027d9920c2c 4,381 1.00/1.00 vMB 306
822,124 822,124 000000000000000000031bf559c53212434bfa1bee37906ad172279e3917f5c1 4,408 1.00/1.00 vMB 372
822,123 822,123 00000000000000000001a4984f6c9aa487873b62a3c78067fbe9b67e1089a8fc 3,597 1.00/1.00 vMB 516
822,122 822,122 00000000000000000003fe980df59df4daf9529f717c76f60eea991ef263b668 2,857 1.00/1.00 vMB 280
822,121 822,121 0000000000000000000241564df3ab8a6befca48f799b7afe1b2b771e1715893 2,957 1.00/1.00 vMB 228
822,120 822,120 00000000000000000001f879ebcba8b751f9ef1a0c2ba2649742e6d5a89ed73b 4,415 1.00/1.00 vMB 298
822,119 822,119 000000000000000000042462fb8918e3aab62a8c9a919844e70ec9ab3a507099 4,305 1.00/1.00 vMB 271
822,118 822,118 000000000000000000016b5d3bb004fde6e9c559a370b667541370808e62c812 4,266 1.00/1.00 vMB 377
822,117 822,117 00000000000000000003d1a9e12609d2d699d7bee4d32d7ad047913614ea8bce 4,284 1.00/1.00 vMB 378
822,116 822,116 000000000000000000021a9689defdcbe9d8f3288cc37db05bf99091e907c751 4,106 1.00/1.00 vMB 337
822,115 822,115 0000000000000000000179b3733305bf5481f8ed78e643642bc462630a0975f7 3,959 1.00/1.00 vMB 454
822,114 822,114 00000000000000000000c39eede78cc9a4fb8a52181263c862c92aa1ac955704 4,367 1.00/1.00 vMB 283
822,113 822,113 00000000000000000003e2834ce937f07bbf9e4efac3f55ab2456bcddc2ec296 4,313 1.00/1.00 vMB 287
822,112 822,112 0000000000000000000251468f377b7b7cd7ed4a87ec8e309caf5fcc41049c8b 4,033 1.00/1.00 vMB 304
822,111 822,111 00000000000000000003f33b8cc5370c40bef36898c5a84695dba29fd16150e7 3,856 1.00/1.00 vMB 194
822,110 822,110 00000000000000000003e9e6ad8e08d9a0cca2a19e64077b393686ed85bf7999 3,813 1.00/1.00 vMB 302
822,109 822,109 00000000000000000002f27a3a7dfe5118b60dbdfaf4286131b637496f9b05b8 4,482 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.