Loading Tool

Explorer IconExplorer

Memory Pool

42,002 transactions
27.72 vMB
0.07680226 BTC
Random Selection Loading Transactions
Max Size: 143.14/200 MB

Candidate Block

Mining Attempt a6e14a3fcadfdce018b79e64e023fc8ccf0928caadd162cad2be498c1ca40945
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ff583c2e71120f2b24a6478a157c71a5d01c89779c788d429c0b0d83fe06b7ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.02153135 BTC
Feerates: 180.63 > 2.16 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (78,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,271 836,271 00000000000000000001b8b986e016794217d9a2d1edcff627c3aa623def0976 1,916 1.00/1.00 vMB 35
836,270 836,270 0000000000000000000106baf5f68aca79d44bed89ed961fce6d8332402b02d3 2,641 1.00/1.00 vMB 38
836,269 836,269 0000000000000000000065ae0b9d775ac4244f89bad4b45d06100e7c0b7cab54 2,390 1.00/1.00 vMB 36
836,268 836,268 0000000000000000000204d3d1a41ab68a707f3b7c31eeaa4843a94e287b495e 2,972 1.00/1.00 vMB 36
836,267 836,267 00000000000000000000c7041c3f209dfb031e9e59d01f1275cae0b7819db230 2,384 1.00/1.00 vMB 39
836,266 836,266 0000000000000000000159a1026b08330e10c1c620783cd5ca50376e0b16f55b 2,558 1.00/1.00 vMB 41
836,265 836,265 00000000000000000000734e33d71f0195fcdc20b0a0e1f544aeee9bcfbb7a82 2,944 1.00/1.00 vMB 52
836,264 836,264 000000000000000000017b65ef400de50e8059c90c98f9056e579bf8c1dd267d 1,856 1.00/1.00 vMB 33
836,263 836,263 0000000000000000000289f0544a6281936dd44f36dcb29a8d4acb2fc00e85aa 3,081 1.00/1.00 vMB 41
836,262 836,262 0000000000000000000129e8489a4131bf8f72a72c116ff6baac4ebf444d6a9c 3,091 1.00/1.00 vMB 49
836,261 836,261 0000000000000000000071efa5eb2119e1626916b93ac9486c611184e3f8a302 2,564 1.00/1.00 vMB 31
836,260 836,260 00000000000000000002a35b3d8fc9e7499893aeb4ad182221981423ddfe710b 1,097 1.00/1.00 vMB 33
836,259 836,259 00000000000000000002a2b16f66159acfb057f3e6631677bc882f668f508966 2,872 1.00/1.00 vMB 23
836,258 836,258 00000000000000000001f29a3c6e1152b77703ac0b16cd7bd3fc1dfb38e28227 2,587 1.00/1.00 vMB 28
836,257 836,257 00000000000000000000fb4cdf1b9aa07620350e51707280574cb34738ccbea1 2,961 1.00/1.00 vMB 36
836,256 836,256 00000000000000000002179693bdf53d33430d10ac07828e133f43ae6cf1aed5 2,807 1.00/1.00 vMB 16
836,255 836,255 000000000000000000029b5b07b33f515ac7dbfbcee8dd7ec64b3239851ddb1e 2,730 1.00/1.00 vMB 20
836,254 836,254 000000000000000000015db6e2371596ab9b2c355ac3d82147153aea8fbf5ecc 2,961 1.00/1.00 vMB 26
836,253 836,253 000000000000000000023cf28fdf287aa96ee22dd383402ea390b0a7f9b51f00 2,846 1.00/1.00 vMB 22
836,252 836,252 00000000000000000000a2b0b0b2b97f1f62f50307cf625f5089c490e788b646 3,182 1.00/1.00 vMB 27
836,251 836,251 00000000000000000001932c760ebfe5d93487684b4475257f361437b2d995db 3,180 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.