Loading Tool

Explorer IconExplorer

Memory Pool

32,853 transactions
10.75 vMB
0.10577344 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.24/200 MB

Candidate Block

Mining Attempt f06320beec8b0927dc5d8f6073aaeffd1b4e1968bb1d3bbd0a1b15d2674dfcf5
Version 20000000
Previous Block 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7
Merkle Root ca7f188f1d185daf82f3d5a5729fee5a310b14fb8569222517928325db703576
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,814
Size: 1.00 vMB
Total Fees: 0.03829274 BTC
Avg Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,032 (755,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,151 157,151 0000000000000f45dd4ec7d7934c553058df84ab14838b0cedb31dbcc5bf5f68 0.01 MB 20 287
157,150 157,150 0000000000000c96070ce19e346ade3aafa2c167a1acc179e868a6ce7cf99bc9 0.00 MB 11 472
157,149 157,149 0000000000000bdcc70ac0d7e39f93b02ee34cb1e0bfa9ba6df7fcd43aad9b5a 0.01 MB 25 48
157,148 157,148 0000000000000da95fe5da35b891d7d777a6338fc054c275cff988a379cab6e2 0.04 MB 75 24
157,147 157,147 0000000000000a7e380fab3650af4795b275150e805cc21cd5cfdc50a4a5b2c1 0.00 MB 7 65
157,146 157,146 000000000000074f49398388f9232730f55d79dc53017e9045ed1ea4400bca2f 0.01 MB 15 61
157,145 157,145 0000000000000a0045053644c0d3387e2f4db12b7dacf660398e0a89019882e9 0.01 MB 25 235
157,144 157,144 00000000000008f55edab29322ed221d158919a9bab795e228805d6d1dcc5463 0.02 MB 27 319
157,143 157,143 000000000000036fcb86d52be69557e1008341dc06b58343ec63ff1f4639800f 0.01 MB 18 496
157,142 157,142 00000000000004d143ab6ee5a930b87779127d8214c64f945cdd5c48127f0ce7 0.04 MB 145 80
157,141 157,141 0000000000000a93deb085234d83536b1b5595134c969af052465a723c9d43b4 0.01 MB 36 63
157,140 157,140 00000000000007bb446146fa4d42e373fd19b8754491a8fa2d512cc7e9791ad1 0.01 MB 19 120
157,139 157,139 00000000000002fe0063502ec2d9b284b76ae5ca0153faf9ac9a80648e74a8d3 0.01 MB 7 9
157,138 157,138 0000000000000029fe800e5283b33fc67410c4ee840c9916bac8a699219ae589 0.02 MB 6 467,224
157,137 157,137 0000000000000978d5176af58cadd95e98a409fb43765d7d60c732055fba00d2 0.02 MB 44 46
157,136 157,136 0000000000000c23559b31b48ac8a1d36cd1f269fce25c21a9c84557a17c4399 0.03 MB 84 1
157,135 157,135 0000000000000a59566a64526ab79ef5d1ed0110c82d1177d2a758db60a3997d 0.05 MB 132 136
157,134 157,134 000000000000091feb85fc15f0be2def6ede0c47d6abea54e04ea8f23b09c499 0.02 MB 95 40
157,133 157,133 000000000000086a0519d6c76a887593afa0b6d223ffd6246729386f72e42cd0 0.02 MB 43 39
157,132 157,132 00000000000007b81eef0959a69351fb1e2b87df599b52b476d7e2b890ea4fe3 0.00 MB 13 286
157,131 157,131 0000000000000af8b55d4f7e8e4999d14ea5f8fdf0c08414e68ec2325f3fcfce 0.03 MB 42 110
Previous 10 blocks ↓
Total Size: 778.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 18
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.09 GB
    • Received: 0.03 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.