Loading Tool

Explorer IconExplorer

Memory Pool

32,099 transactions (5.36 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 44.38/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,640 000000000000000000022b910000000000000000000000000000000000000000 1,095 0.00727656 BTC 0.43 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,639 (694,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,563 218,563 00000000000001060c54baf9123f5c4015e5428b094a3c64722fcc17e028a890 0.25 MB 810 287
218,562 218,562 00000000000004c1aae4741e73ef5e773717ca0fae7257227820fc67b51bb783 0.04 MB 115 172
218,561 218,561 000000000000046fb354e4cd0ff76deb6cfc1855940ca73a97287f83ffde1bb3 0.24 MB 538 178
218,560 218,560 000000000000046b06fa1f8ca4b54613feeae0644bce89a7aa49011f1f6fd6f8 0.09 MB 186 162
218,559 218,559 00000000000000433db75fb583ab2c260a799898a1fdb4d0e2ad5e0b93cbbf94 0.26 MB 487 146
218,558 218,558 00000000000004289ec0f9d92432695fda7771136af4cf73a420a3040bc5318d 0.17 MB 371 169
218,557 218,557 0000000000000016a6480a22f8fc1cb6a7166fdf68ec52b5c9d939328a6995b2 0.22 MB 519 188
218,556 218,556 00000000000004939991f26b4466b86c3eb6dd799cafa17b5ec78d2c6b6745d4 0.13 MB 262 148
218,555 218,555 0000000000000194f6d80ac2876b50fb7473285cebe89049a812c6ebc9a34d97 0.20 MB 477 204
218,554 218,554 00000000000001dfcc2fe16d9959dd0f24c18a219e80ddfd33de98f68297a764 0.00 MB 9 464
218,553 218,553 00000000000000603a66d31c14ccef9e51d1f3cbe1c30605e10a200177fa2214 0.22 MB 439 202
218,552 218,552 0000000000000544dfc8805158879ee599add9e18f5ad5066e9db1265311d56e 0.03 MB 53 72
218,551 218,551 000000000000013f1eb6bd50bc434e8314f6b2bc67bb23f7e10cfb3a1ac77b90 0.12 MB 319 174
218,550 218,550 000000000000044141622a85cf65dcc8913729b01448859511fe1fa22e417323 0.09 MB 146 104
218,549 218,549 00000000000004ad0598b3d3afab1c9b43bce6f185314394dfac92da6c17f5e1 0.21 MB 470 177
218,548 218,548 0000000000000436201863ff13abbd91599f076b91fa34ac07641744efe0cefe 0.22 MB 314 105
218,547 218,547 00000000000002581931090636daa659978fe039f08076e76d9f33737f8e242f 0.27 MB 332 149
218,546 218,546 0000000000000404e382f2759421fa573776a8b739d1e182153b000544f8512e 0.00 MB 14 0
218,545 218,545 00000000000002564aa6ab5ed8c9e55ede8c195009a9d6091904825b40b3ad22 0.00 MB 8 0
218,544 218,544 00000000000004e05dd78b85384358dcfafa60034a79956039a9e68b085e9ea0 0.00 MB 19 296
218,543 218,543 000000000000006a2fd0ddf47b50c4c9333336697f0ecabef4e5a4aaa0fa50a5 0.03 MB 51 145
Previous 10 blocks ↓
Total Size: 778.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 70.57 GB
    • Received: 0.65 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.