Loading Tool

Explorer IconExplorer

Memory Pool

34,452 transactions
25.41 vMB
0.06991158 BTC
Random Selection Loading Transactions
Max Size: 129.52/200 MB

Candidate Block

Mining Attempt 9ec41e16d8356d343d63e1d6e65ba51409ffdb41fad198c50656006a37d9576f
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b1e7f4a6a80c5843b56f0b49df07945643b84cab0de4c87cc0f46bd4a868bf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02390474 BTC
Feerates: 101.67 > 2.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (254,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,286 660,286 0000000000000000000c9731e60c1f635cbffb12d41e09f66456eaed550130b9 1,853 1.00/1.00 vMB 34
660,285 660,285 000000000000000000056e07099f94be9da6c4da7e0b7500ad78c94cfc6384f7 1,166 1.00/1.00 vMB 14
660,284 660,284 000000000000000000007e19347ba865e9c15f578460a84a6079195c62b03075 2,384 1.00/1.00 vMB 32
660,283 660,283 00000000000000000001ff7a5f26a992c529044cb59c3cced00193468a8ea5aa 2,332 1.00/1.00 vMB 11
660,282 660,282 0000000000000000000c96d85f050d8c3f91eb601e9cd225c6e9be97cc55d09e 1,244 1.00/1.00 vMB 24
660,281 660,281 00000000000000000004f5921e95df11d8e70118928c29a239c34c87452fb8d5 1,059 1.00/1.00 vMB 21
660,280 660,280 0000000000000000000d7924c1cf8a1b41aa2b80ee51261bb03fbc2587e1e3f9 1,674 1.00/1.00 vMB 71
660,279 660,279 0000000000000000000669ed8abe7e30b515c5787dbb38fde7b2ce10de787ee4 2,003 1.00/1.00 vMB 70
660,278 660,278 00000000000000000008d9f23d7c32ed30a15c6d9a247a07d866af119e7cf52e 1,035 1.00/1.00 vMB 28
660,277 660,277 000000000000000000067a788e43285beaff09ed824ac20dc5f9eda0c460d704 1,991 1.00/1.00 vMB 6
660,276 660,276 0000000000000000000247b05919baac89e15b77ba61ebc6b659cd9a9e1b197b 481 1.00/1.00 vMB 34
660,275 660,275 000000000000000000015587debbe4185bf92988d3ed54c036b2bc3dc63e12d4 463 1.00/1.00 vMB 9
660,274 660,274 0000000000000000000677bc8b1cc477c80dc485ae84c5cb1b09e84f4b6e2ea3 2,882 1.00/1.00 vMB 52
660,273 660,273 00000000000000000006325f82b5a40e40ca58e342f3dc2afc8f8e14fe4ed473 2,090 1.00/1.00 vMB 69
660,272 660,272 0000000000000000000e4792371f97439835f38efbb7422291561e98342e1ddd 1,090 1.00/1.00 vMB 2
660,271 660,271 00000000000000000008db0de76f77de919b1a0da27a5583f9fafbcfc5a9ac58 2,441 1.00/1.00 vMB 44
660,270 660,270 0000000000000000000376710797a954568dcd30be5cfdc676674b594b3de4e9 526 1.00/1.00 vMB 6
660,269 660,269 0000000000000000000d58dfd9bb61efd53bb2ceb039d9c409463f661f28a5ea 1,455 1.00/1.00 vMB 12
660,268 660,268 00000000000000000001c85539e65fa98ae096968bafe2511004de1b1b0e569e 1,514 1.00/1.00 vMB 18
660,267 660,267 00000000000000000001324f90994fed309dc24a4b9104bb85129e5cd5bccb75 1,561 1.00/1.00 vMB 23
660,266 660,266 000000000000000000048e8dbb219de55c5c34ea8b80de6cf086169a69fcf186 594 1.00/1.00 vMB 7
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: 655.96 GB
    • Received: 14.36 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.