Loading Tool

Explorer IconExplorer

Memory Pool

30,035 transactions
23.74 vMB
0.05121464 BTC
Random Selection Loading Transactions
Max Size: 128.13/200 MB

Candidate Block

Mining Attempt c5acf98d3416b57013fa3276b0ebc19ae2c16bf1a06ff8f9e53f9b070bbca310
Version 20000000
Previous Block 00000000000000000000a676ae0d7982ee6c208df0ce08701fb85b104f35fd9d
Merkle Root daadd8c115e99b61672d92e9384ebfaa428fd231d034b9d7047ede0ac503dac5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,607
Size: 1.00 vMB
Total Fees: 0.02203996 BTC
Feerates: 151.15 > 2.21 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,406 (750,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,396 190,396 00000000000002488da0fa3a7feee92759ead7cfddba273423367581111e2f8a 81 0.06/1.00 vMB 453
190,395 190,395 000000000000049f173b6e9d98652c2cec264b7ef6411117cffba5ebbeb139d3 14 0.00/1.00 vMB 0
190,394 190,394 00000000000003985f95b5d01580d75b37e5ae32b41a02550f1025053703f40b 297 0.12/1.00 vMB 152
190,393 190,393 00000000000005e96636c2341b65f79c0c53166a8dae430c7038d80fc6c6c35c 183 0.06/1.00 vMB 38
190,392 190,392 00000000000002d9b48719d558f507fe84f5d783ae01f8c1a6f64a11d6cc8ab3 316 0.11/1.00 vMB 116
190,391 190,391 000000000000059b51c3f4abd8fc6c03918e59af872e922f9ad27b66acf601b6 256 0.10/1.00 vMB 153
190,390 190,390 00000000000007c67980f9c0f6895f8c0e7d965ec9052f47d7054586464df63c 7 0.00/1.00 vMB 0
190,389 190,389 000000000000053746cff138a6053a58db8363be60d78a8c026816936d8b7955 132 0.05/1.00 vMB 112
190,388 190,388 000000000000029e8678923b1b68b88ad825924e5856624d35fc592a3b56e782 10 0.00/1.00 vMB 305
190,387 190,387 00000000000005076bbdf97c3f30f10bd912bf0a369ee0fcfc1fcb2ee2510cd0 384 0.14/1.00 vMB 127
190,386 190,386 00000000000001821a74e4f7b4040db96ad0381d955d46b6f8c5f4c9207fe2df 127 0.05/1.00 vMB 107
190,385 190,385 00000000000003b4b7d8f6ddf496940e53a07919de8e38ebef4b9eaa7d932b46 33 0.02/1.00 vMB 60
190,384 190,384 00000000000007556fb3b189ff2d649598a5acb63ac1d52e1486b44ded68589a 314 0.13/1.00 vMB 125
190,383 190,383 00000000000003417ffc2307f071b86d649a50b3f95bda15f4a5dfe7578fad2d 228 0.06/1.00 vMB 8
190,382 190,382 00000000000001e47d900717a6fe506887ec9517944a9f4de1aaa3e188ef6fed 426 0.19/1.00 vMB 111
190,381 190,381 00000000000002cd43a09c16ee926eb7d50e35175fe8fd7e04d90213f921724c 268 0.25/1.00 vMB 85
190,380 190,380 000000000000079dcad9e48613519d21216397d6ce587d81f8d47210a4f12957 672 0.25/1.00 vMB 134
190,379 190,379 0000000000000821edd6f8a7196112f8a2cf82cebada3ccd25da7a601c2e4948 8 0.00/1.00 vMB 132
190,378 190,378 000000000000018f5343d0bd5c860999e4de5c60d8a454ae47ad932c8cbc7afc 156 0.05/1.00 vMB 4
190,377 190,377 0000000000000152cf93872272fefc005ac9629719513fef6acdd95b7a7257b4 32 0.01/1.00 vMB 1,001
190,376 190,376 00000000000006420191a225844f12a2d6220709f1506138da81b893de4519c7 415 0.15/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.76 GB
    • Received: 242.73 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.