Loading Tool

Explorer IconExplorer

Memory Pool

80,853 transactions
30.26 vMB
0.11341346 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 567ddc11c60be41212ba1107ee2f441ce267625dc8f68f84b8fbf9c6feebc381
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root def7ad94a6ba20c3f8bc2c2d8c4d2a5dc6402e503ee6f56d7fba8e60f709c994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,120
Size: 1.00 vMB
Total Fees: 0.04101016 BTC
Feerates: 150.68 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (376,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,202 538,202 000000000000000000284d7cf4701a45e36d36f66abe4f761cc8c1d03ae524d0 904 0.34/1.00 vMB 24
538,201 538,201 00000000000000000027251d5b4d3bc04812a217d89e0e10bb8c4857abc8b3a8 1,804 0.76/1.00 vMB 25
538,200 538,200 00000000000000000021df4faf9c133e63dc862944658e0fba8c0e56af40732f 730 0.36/1.00 vMB 8
538,199 538,199 0000000000000000000cacf408bc4bc902150b1b5462fc148eb355bf72701f72 2,657 1.00/1.00 vMB 26
538,198 538,198 0000000000000000000f5a1e27502af42af91e9853d41d45e15c08ea373f9dc8 355 0.16/1.00 vMB 8
538,197 538,197 0000000000000000001f948f78070311baafcec4b12b60156a8b86ba2ab7827a 79 0.03/1.00 vMB 25
538,196 538,196 0000000000000000002aef575cc0df06ad0994426fcaba3f564f696cd5c732d3 1,885 0.62/1.00 vMB 8
538,195 538,195 00000000000000000005c81a56b0ab8a7470392bd9c5b1a3ea8935ab3342acb7 545 0.21/1.00 vMB 38
538,194 538,194 000000000000000000196a2a3c371475ab26ba930296039ee41e00d82d98c206 2,779 1.00/1.00 vMB 18
538,193 538,193 0000000000000000002a6d2af5129b3afb915072382e69282750a1d4751afbb1 72 0.06/1.00 vMB 73
538,192 538,192 0000000000000000001d872f5a87998ce23f3202b2ec5f5067da0cd0c231db27 1,294 0.42/1.00 vMB 19
538,191 538,191 0000000000000000000b3e687eafd77ad132ccc10babc4e33c0b7624c4e8f37e 2,699 1.00/1.00 vMB 27
538,190 538,190 0000000000000000001a57f107a823e96667303cc540e24d63510455670e9592 1,279 0.54/1.00 vMB 16
538,189 538,189 0000000000000000000b3adbac1a6094f09ea2316d4fe75d6d8d37516bf45853 2,360 0.99/1.00 vMB 24
538,188 538,188 0000000000000000000b199622c1448df484f07dae084369beec25f8f82aee23 1,103 0.43/1.00 vMB 19
538,187 538,187 00000000000000000000dac12e9aa7dc9b647c638617a880a3e2d22d029654e3 2,271 0.97/1.00 vMB 9
538,186 538,186 000000000000000000250e45358ba6e5fe85338b4983341ef213ba94d5cac052 2,642 1.00/1.00 vMB 27
538,185 538,185 000000000000000000189acfb0a24793076b1b37667c519abf2c8a24250f6104 1,733 1.00/1.00 vMB 18
538,184 538,184 0000000000000000000a72a344207198563fdf9f78af7093e1d2cf2d4dfbf4a8 1,366 0.83/1.00 vMB 23
538,183 538,183 0000000000000000002728b59cda96a5852debc72213b831b166d432a249e1f8 282 0.15/1.00 vMB 16
538,182 538,182 000000000000000000110cc96ecf0d33a1b6e22d51030918657c83a0ff525472 1,104 0.61/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.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.