Loading Tool

Explorer IconExplorer

Memory Pool

84,594 transactions
32.11 vMB
0.11294920 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt 3a854aabe2243682be6922a0e25791576da180c913d1f2e091e0288520bb0375
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 2b7e338333a25dfe9094432372f81cca50978a5cf4a2f9e1d309ec496e1b6794
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03982064 BTC
Feerates: 351.58 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (347,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,268 567,268 00000000000000000028ad48aab29e5924723377e0300b7a760ef496c4651330 3,251 1.00/1.00 vMB 38
567,267 567,267 000000000000000000231cdea7e91d7e22b9e916681556d54f38052d49778dfa 2,155 0.83/1.00 vMB 3
567,266 567,266 00000000000000000002473ddc04b8c72da323b1b85346e554c75288c72ee75c 2,729 1.00/1.00 vMB 22
567,265 567,265 00000000000000000014df94e7b0557a676dceccc79632ec7cb0705c71bdf435 3,464 1.00/1.00 vMB 40
567,264 567,264 000000000000000000080a402dd9578b4a51f33dbdaf4d4006ab1044bb5e9788 2,182 1.00/1.00 vMB 36
567,263 567,263 00000000000000000007e5f27eceeea75ac3ee5bc8e681374e8f06472c4e9c61 3,339 1.00/1.00 vMB 32
567,262 567,262 0000000000000000001da8b54a299a642ba92d50f0d20078f9781c1accd9be9d 2,011 0.63/1.00 vMB 30
567,261 567,261 00000000000000000028197fec7637dd3ff7a0e2b1efa7917772b8c94a37acb2 814 0.23/1.00 vMB 28
567,260 567,260 0000000000000000000e0f988a8f609ec61aa6d1087ae7720d59c2996deb56a9 630 0.23/1.00 vMB 27
567,259 567,259 000000000000000000233d38c5f9564aa428e689d12f0850d6e9666d6d7ae081 1,244 0.38/1.00 vMB 22
567,258 567,258 0000000000000000002319b4a69549c24f137170d237400bc5d315745a5c660d 3,165 0.99/1.00 vMB 26
567,257 567,257 0000000000000000002426b81ca50c3faf1070fc869e1621d6b114b33f2792ca 1,281 0.42/1.00 vMB 23
567,256 567,256 0000000000000000000f6eb855cf0cf27dc5d88cf43ec17045fa9ca37dc3f637 688 0.22/1.00 vMB 24
567,255 567,255 000000000000000000253b40be834c1d8456ee1cfe4622f6c673963b42813807 1,888 0.63/1.00 vMB 5
567,254 567,254 00000000000000000014515d4ff26f26c269836d53caf847dd55fd28471933bc 2,672 1.00/1.00 vMB 18
567,253 567,253 0000000000000000001c14aacafa66f8f8c14a602fc1a4751feaf1d0129f7fac 2,306 1.00/1.00 vMB 27
567,252 567,252 0000000000000000002bb04c69a3b00292352631685e78d54a8a2ae2055f7b25 3,094 1.00/1.00 vMB 36
567,251 567,251 00000000000000000019caf4aeb36684706d7b238d510ccab09c0c9308a611e6 2,076 0.86/1.00 vMB 5
567,250 567,250 0000000000000000001e4242c2aca7a2dfcbb00d75ba4cf7030e2741d4a5a77a 2,951 1.00/1.00 vMB 12
567,249 567,249 0000000000000000002958f31cd244b1b8d09ae1ada4d82cf4da11571dd90321 3,381 1.00/1.00 vMB 30
567,248 567,248 000000000000000000110728826c489f8d7e5cb20b37e810b5903f164a8785bf 2,701 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.75 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: 708.68 GB
    • Received: 16.75 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.