Loading Tool

Explorer IconExplorer

Memory Pool

13,732 transactions
6.14 vMB
0.02565703 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.25/200 MB

Candidate Block

Mining Attempt c91cb07c39217d3a91b45358514dcc57281f1d8275ce9102ca6d36ac2a6e9943
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 21e9ef210a472c5c9319091ac1b16eb015cb37b5bc42503f0dccc4212730f640
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,678
Size: 1.00 vMB
Total Fees: 0.01482224 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (709,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,209 204,209 00000000000003fc94628145b97ab1ac1666be0640a0a1736b638f948dbad8fc 182 0.09 vMB 175
204,208 204,208 00000000000002f68b1e43b65b8215f1af8aa3c33c52277e44102ba04f92f9d1 10 0.00 vMB 27
204,207 204,207 00000000000004e31d94b077e732512ee95424e10a7026692e814fba5aff9719 109 0.05 vMB 107
204,206 204,206 00000000000004c7826bbd05bbfc338bfb962d6bff92f9c6add83fbe1dcb81b9 54 0.04 vMB 80
204,205 204,205 00000000000001bd62d1bc01640180e747dc051a7a408166830708a46c656c5f 89 0.05 vMB 68
204,204 204,204 000000000000017ffe07133aa0cc6e662ffe58fb6bd9a292c7a76c46a439db87 356 0.14 vMB 128
204,203 204,203 000000000000013f3751e5c5f3b319b783f8aa2ee73c1eb620bcf6fff5c49c82 109 0.05 vMB 173
204,202 204,202 0000000000000542bd25d68b702191d449d0aced9d1528604560ebbd63a4f03d 529 0.22 vMB 85
204,201 204,201 000000000000016fd3943e447716c95d4f38b6eaa72127f479b4b8e57c148396 1,104 0.42 vMB 166
204,200 204,200 000000000000053ab5cafe0435882b6cae116e69be95c0b10968ea94d9ba2d55 584 0.31 vMB 87
204,199 204,199 00000000000003571b8bc8918a2dbe65a681ff0c44f4e3e63459327fcc116201 509 0.20 vMB 185
204,198 204,198 000000000000013d82728fa1e0bd0352d5297778298578604a71c2415350a2b2 11 0.00 vMB 199
204,197 204,197 00000000000004349718f16e40fa15aaf96dd13d434818a96011db83e0b8815f 5 0.00 vMB 952
204,196 204,196 00000000000001e0fbd31157439a9febc7ffd0b6e5d9d58ce902d8629fc0dca8 221 0.11 vMB 192
204,195 204,195 00000000000005728c6daa060db1ef585740c831a7515a08e0c0cf44921ae0e0 127 0.05 vMB 144
204,194 204,194 00000000000003e531c1556692a694ea7e59ca0a8fc79e9c3b23b39711473fff 1 0.00 vMB 0
204,193 204,193 0000000000000091977873ba26830f51756a431f7b03c953c42baa426cc0422f 53 0.02 vMB 155
204,192 204,192 00000000000005224fbc68a89e57d3f146111bcf0457407c0b1751fba85c9132 168 0.07 vMB 152
204,191 204,191 00000000000001d34b48f3292c4f1df6846461443b81f6bffa692abc70f9de3a 24 0.02 vMB 128
204,190 204,190 00000000000003aeac2ecee61cbabefade6be0d4f42b19da7ab7853c8dedb518 109 0.06 vMB 143
204,189 204,189 0000000000000120092d007b8bf93eb0aee51b7a6420c60860cc0434fcefff71 50 0.03 vMB 93
Previous 10 blocks ↓
Total Size: 779.66 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: 314.88 GB
    • Received: 1.50 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.