Loading Tool

Explorer IconExplorer

Memory Pool

17,529 transactions
10.77 vMB
0.03284766 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.73/200 MB

Candidate Block

Mining Attempt 62bd16fc328716928dea93352034e95225560ba3c384de726896498ef37de02b
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root 3fb025297e35898fe48b0699401249a8d1a35c21f7a82146e58fa8d33175d9c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 0.9979915 1.00 vMB
Total Fees: 0.01599202 BTC
Feerates: 240.43 > 1.60 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (718,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,281 195,281 0000000000000237fc2547404e45e5fbc910345be963e27ad40d579b585526dc 94 0.03/1.00 vMB 113
195,280 195,280 000000000000026e8d656864bd27765aebd84fc5350c975723b87a73d47ac62f 31 0.01/1.00 vMB 93
195,279 195,279 00000000000005398a616df64f1955e4fb9be7184263631642a76331bb11de3f 30 0.02/1.00 vMB 121
195,278 195,278 0000000000000117f8fffe62262834a6729c21eaa5c8f3d00edff40727c42a53 88 0.03/1.00 vMB 203
195,277 195,277 00000000000006ff5eed4ec95ad4407b45c1532750718da44d590df987ae8e96 52 0.02/1.00 vMB 134
195,276 195,276 00000000000003b10a9d9a4e90d14dc19cbf52f2de45bbfa76827c3ce06206cf 52 0.02/1.00 vMB 144
195,275 195,275 00000000000001a5a748aaaf7e32c88ccbba00527e8d4acee9232c2fdf4699dd 87 0.03/1.00 vMB 143
195,274 195,274 00000000000000a8c1b4718a0b447aa72235086ce49afdb59450046752642879 80 0.03/1.00 vMB 109
195,273 195,273 0000000000000123fa9379be8801955fe4d7949afdaea1ccf3ec0a1e801ca1d5 248 0.14/1.00 vMB 130
195,272 195,272 00000000000004b9e532937e3222b93ab34dc0cf2645875571b38b8bf6bdc53a 258 0.14/1.00 vMB 90
195,271 195,271 00000000000001396ff10a00d9cab2596b83ae71fedd1a5d790122a314d69374 269 0.10/1.00 vMB 141
195,270 195,270 0000000000000304fc751d6d133e669b2d758fdca1eddc07c04835950c2d82a4 30 0.01/1.00 vMB 33
195,269 195,269 00000000000000380e5bbdd55c46f83322f9d1b852b4dd9a7ac1b969fb9b9c7b 91 0.03/1.00 vMB 38
195,268 195,268 00000000000004b237eb4e95e82aed30c85a0fe4e36007db45dfdd1f05300eda 128 0.05/1.00 vMB 86
195,267 195,267 000000000000011d1073ad9d5812e36dd8673f2c00b76cd7158012c73c706ba7 512 0.19/1.00 vMB 122
195,266 195,266 000000000000012c4ad6d591bf0db9c6fd98e3c6e9a654157997169c1d610086 32 0.01/1.00 vMB 120
195,265 195,265 000000000000023867ac437fad6dea40b1db592b0981470afd92f7f23536a521 193 0.07/1.00 vMB 153
195,264 195,264 000000000000065516f1f8c711946088ab5d7ae84a0df0546ae80e293bf686b0 128 0.08/1.00 vMB 96
195,263 195,263 000000000000066654153a01b5f5e88feba7456a8665e4185e88ff8bd0edb0be 32 0.01/1.00 vMB 152
195,262 195,262 00000000000004729e6b70aff4534116822d4f831eabe7cd4c05981b56e393a5 258 0.17/1.00 vMB 187
195,261 195,261 0000000000000565edd3e3435edcdde1c5cc5f80a48e058e5a441c2505bf21c7 512 0.19/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

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