Loading Tool

Explorer IconExplorer

Memory Pool

17,421 transactions
3.90 vMB
0.01452596 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 29.18/200 MB

Candidate Block

Mining Attempt b94111465d6c53cb60bf6b0b218efaebbb237766963316c02e7b764b141f3b22
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root d901b174c1745fca136fc3c128a771eb8b49b19fc8d34a7570a5290d381e0461
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 303
Size: 0.17 vMB
Total Fees: 0.00493546 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (697,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,184 215,184 00000000000000786445c0b2e8775ad23249cbad73e987c7ae41e0212cfe5d74 0.07 MB 187 177
215,183 215,183 00000000000004ded038cbfb55e0510aa9c035b93c8cbc797903ec29bceb939c 0.08 MB 149 165
215,182 215,182 000000000000001a29a11920e397cad51fc6b3bdd8706cb2d7d9c0612768eab1 0.04 MB 69 117
215,181 215,181 00000000000004330514276d2aebbe01543599ca0f94423ae8e909fdd60aba4a 0.04 MB 90 152
215,180 215,180 00000000000002ce524ebd37d5debba7f80e5721545177a8ff71e0ecd264fe4d 0.13 MB 274 179
215,179 215,179 000000000000050ad715a4796d24d13c9caf87ba9941c321678e25e7ee34c56b 0.05 MB 112 151
215,178 215,178 0000000000000571e9e108f1667f97c96f6cbcf0d8c3c9acb40c1d03668cff8c 0.04 MB 107 128
215,177 215,177 00000000000001ee98355399669c5fa980f7e3ffff02384ab1a222d297397b7e 0.14 MB 270 195
215,176 215,176 00000000000000cf59061f56cdf4d82421f4f78620a6c357eae3227bb0ffb154 0.08 MB 97 91
215,175 215,175 00000000000000ef2842ca519d449b99419d6fd72826b7f215908eebcdba6242 0.25 MB 668 207
215,174 215,174 00000000000000e3b40bea7cf046035a16455332cecd0f469a8cbe78f792c1fc 0.06 MB 147 136
215,173 215,173 00000000000002ae5ee469d78a7d03a967977af739c19dac6237a93476506154 0.13 MB 303 122
215,172 215,172 00000000000002f51c59e508c09239ff2133f0f59ccd0b75ea47c343374de5db 0.25 MB 604 162
215,171 215,171 0000000000000208896cb063d479a49e34b0a052891616e979b76271fe61dfbb 0.05 MB 170 318
215,170 215,170 0000000000000348c0829334a4f54bc94093d1b468671e5c5ea896b3be61a69a 0.12 MB 332 224
215,169 215,169 000000000000004715a7484c93149db9ce9e0dc8647d3510c040e8776ae1eeae 0.09 MB 202 333
215,168 215,168 00000000000001ebd569c5bf6989dffdb9211a937584052403a8edf0d3afb26c 0.06 MB 114 122
215,167 215,167 000000000000036bcd67a3c608133c200989b8f4f533ee6716d2fc80a35122c3 0.11 MB 260 139
215,166 215,166 0000000000000422b3306e9ca6d6c22f56b6f40bbb3e8db2588865bcd5f0c58a 0.21 MB 553 184
215,165 215,165 000000000000016ac94a201f898af88b13bb376e2048ab531784c4579fcbd134 0.01 MB 29 96
215,164 215,164 0000000000000537774f15f8275889fa5cf9a0d6ee63baf9d8d0e0ffef495ec8 0.05 MB 128 166
Previous 10 blocks ↓
Total Size: 778.82 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: 362.82 GB
    • Received: 3.27 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.