Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
23.81 vMB
0.10525557 BTC
Random Selection Loading Transactions
Max Size: 153.31/200 MB

Candidate Block

Mining Attempt 4d97133eddb49a8deb7a45f62dd81693a5dc44f3aad539c88edf5eb0e711df14
Version 20000000
Previous Block 00000000000000000000d8824305e65809f7f54a1ce7e3b8645993571a8a5018
Merkle Root 416d9e5715dde5f9409cc3f272594fc843328bb889f13dd70f65b019600a2e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,196
Size: 1.00 vMB
Total Fees: 0.03376883 BTC
Feerates: 151.12 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,830 (862,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,257 53,257 0000000000794c3534d9e5f1d198c8b069c4a490cfa266441b624658f0c7582f 3 0.00/1.00 vMB 0
53,256 53,256 000000000db105b5379e598d02769789bc41d9da283e2557008c40143eeb9156 2 0.00/1.00 vMB 0
53,255 53,255 00000000080a0475223cbbc2da042d2e172b1de0f36fe464d72b99481e6871cf 1 0.00/1.00 vMB 0
53,254 53,254 000000000769d691530735d4ec558c9857da83cd9767df80c2b44621649837b0 2 0.00/1.00 vMB 0
53,253 53,253 000000000932c6b82ac19c2c20319d617c39215dc9e7846e17ea4c2d050f62b2 2 0.00/1.00 vMB 0
53,252 53,252 000000000d5f7d659abec15efe167e565b997113b4bdc5ed485cfeb47a2268ac 1 0.00/1.00 vMB 0
53,251 53,251 000000000b6fce10e23d0e20a7116991b5a6f93a4dbcdf66930ea834c6f9a7fc 1 0.00/1.00 vMB 0
53,250 53,250 000000000d5867dca3cc39219b19ef579aee8e5904ee38abae7820170821e273 1 0.00/1.00 vMB 0
53,249 53,249 0000000004f4e00b03224361b066e4dea82a67aec8bb69a2441eff900303565b 1 0.00/1.00 vMB 0
53,248 53,248 000000000bbcdebf967c0f82088887ba29b71df49e3bf12f415054f84564e027 2 0.00/1.00 vMB 0
53,247 53,247 0000000002a84f82ac66c8df646b2a71695d31f26c03ac71ef1770dd5aa302e7 2 0.00/1.00 vMB 0
53,246 53,246 00000000114afd3fcf7ef49c83d0f977e338b6ded163abacf9aea5f0dd2a445d 1 0.00/1.00 vMB 0
53,245 53,245 0000000014c8bd32b400e1f07d2f53a062596008a5950f9ac35ad5cea01de2d5 1 0.00/1.00 vMB 0
53,244 53,244 000000000cc9efae5f70f0114f6df595723098c89acefb7a01e301e4c7313af7 2 0.00/1.00 vMB 0
53,243 53,243 0000000006602009101e81ff2c4a9ac34a999538b6f8d9898f6d06d60ea9fede 3 0.00/1.00 vMB 0
53,242 53,242 000000000243e83453f78fa8f5782dd0928b21b2737ede1d01ef0bb938f12aec 1 0.00/1.00 vMB 0
53,241 53,241 00000000144edea36ef7447283433da7e162498060abdecd23a138d007cec60a 6 0.00/1.00 vMB 0
53,240 53,240 0000000008460b851c796c744af0be4e3ed30fae020484c1ca79ceb0f735fb7b 1 0.00/1.00 vMB 0
53,239 53,239 000000000612890913aa058cab14465f2d48a3f3081cf3ca3a702f325bde80ae 1 0.00/1.00 vMB 0
53,238 53,238 0000000007dfa3d780848c477087f89174c08c5ef9ed57c5fb7c48178b2fea72 2 0.00/1.00 vMB 0
53,237 53,237 0000000000d078f95731f43fedd39f3123a8041bd97f93d4f81cfaf0b6898ed5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.81 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: 791.43 GB
    • Received: 21.79 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.