Loading Tool

Explorer IconExplorer

Memory Pool

39,496 transactions
17.42 vMB
0.13628291 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.29/200 MB

Candidate Block

Mining Attempt 80ce361d43b9d7de5feb12d7b8e151617b253c03e7c5808443304f2871005a31
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 80a03e5750561d0d626280dfe06fe6e5db8b41a25f88c996b84f013c7c275254
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.03591969 BTC
Median Feerate: 3.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (712,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,110 201,110 00000000000003a39ffc7cea92876aafd2acedaffabef212f109604633e22b11 134 0.05 vMB 109
201,109 201,109 00000000000000d20b9c6a0dbc0676757bb6f0940453cc16c24511723b916c49 13 0.01 vMB 38
201,108 201,108 00000000000000f5dadfc7d20cb6b10612ed110d401fe655d99c64a8748fe1cf 84 0.03 vMB 149
201,107 201,107 00000000000001db8f3ed782a2d7a673cee1c1c581f51614c943e3075f5f7c67 152 0.07 vMB 111
201,106 201,106 00000000000005381541567789016fe479ff527f97d2d4e5c5049ce325efed76 28 0.01 vMB 245
201,105 201,105 00000000000000c21bb2e89b1ab754efeb4b98a79ba276e3eb031474c4a7eed6 104 0.04 vMB 130
201,104 201,104 00000000000003de98cfb19bad6a3ea6e4490103d20b1212bcec5f20568327b1 98 0.04 vMB 140
201,103 201,103 00000000000002c08c417924a5c4c6a06b0a5539eb1c1968997a9f795d227c04 157 0.05 vMB 39
201,102 201,102 000000000000046527982229796110156e5c3615c9ab80220ce8b775280199b9 62 0.07 vMB 74
201,101 201,101 000000000000048874b5c2bc909d50516b8bcd1eb640f6289b665f006fa355ef 94 0.10 vMB 54
201,100 201,100 00000000000002ecf5f71a6d163fa4960a49a415f65209b5d3cc87f94dfed3fe 106 0.04 vMB 88
201,099 201,099 00000000000001dd2ac6ec050394fc1747d70f61d9f73cab36f64500bc30d320 64 0.03 vMB 26
201,098 201,098 00000000000005b6b49c325294aeea5aecdbbef10ab2038a91f6c0d99d705bcd 145 0.08 vMB 99
201,097 201,097 0000000000000293f62b1a11e61d059857942c5653fde69390bacd62e035835f 89 0.05 vMB 68
201,096 201,096 000000000000054e88861fbc0cbbb5441ab62a60c776249bc8c34eed6023eea7 347 0.18 vMB 131
201,095 201,095 00000000000001e25a20b020c30b9d9fd86c0c32678e4a9077f04be6495a1ff0 17 0.03 vMB 7
201,094 201,094 00000000000001eeb490654af7931c01fd833dfe63af1ddad6e4735f8be1832c 380 0.19 vMB 184
201,093 201,093 0000000000000161bdc4e08ec93a06fd96e26433aa8886deffde920d554eb7a6 300 0.09 vMB 123
201,092 201,092 0000000000000257663d4425e55b374d34ad3fa64b6d3d009b5b698b6492c351 8 0.00 vMB 904
201,091 201,091 00000000000005cce17cccd7959caccf2ff92eb9a9bafaa2e47113090c618d40 154 0.07 vMB 170
201,090 201,090 00000000000003f1dd4ad54ac99d360364051707f694d0fd57a2aa8838ff9a76 14 0.00 vMB 30
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 11
  • Data Transfer:
    • Sent: 111.56 GB
    • Received: 0.47 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.