Loading Tool

Explorer IconExplorer

Memory Pool

49,580 transactions
29.81 vMB
0.22208708 BTC
Random Selection Loading Transactions
Max Size: 156.61/200 MB

Candidate Block

Mining Attempt 2befb7e38258de148d5f6e3424adc225624e34bcfd2021120a793018cea61e8f
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 317492f541cfc2a9a134b21d809f750e320b053c3c141ff49986322cbe7c88a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.08480271 BTC
Feerates: 150.67 > 8.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (377,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,206 537,206 0000000000000000000bfcf41261e2894d588e883d41b0c76d699d80e853e962 2,623 1.00/1.00 vMB 8
537,205 537,205 000000000000000000038f5aa399a4b298b4b9e6cfe4eaccbecebbdea552fd12 1,095 0.43/1.00 vMB 28
537,204 537,204 0000000000000000002956768ca9421a8ddf4e53b1d81e429bd0125a383e3636 2,638 1.00/1.00 vMB 11
537,203 537,203 0000000000000000001ffd1fddd3726360cb35e38435ad095edca7037ce01364 2,767 1.00/1.00 vMB 21
537,202 537,202 000000000000000000186400bda6b7cba590b4dd3e2001d5164a3b8d43890cd6 2,625 1.00/1.00 vMB 8
537,201 537,201 000000000000000000292c5bcb9ccf3c30e075749a693f13d6e2592626604944 2,627 1.00/1.00 vMB 36
537,200 537,200 0000000000000000001ef0b97ea0a9088633bf386b6f02500491d842a6ecf2ad 3,022 1.00/1.00 vMB 9
537,199 537,199 00000000000000000027b0ce22d323d0b2d6a952343e39019bf34de17b360bd1 1,820 1.00/1.00 vMB 8
537,198 537,198 00000000000000000011c1a8f9285fde27f3ab3aa797d85b4c8aede900626366 1,771 0.76/1.00 vMB 59
537,197 537,197 0000000000000000001e4b95def8a25b90b72c6134d67ab41988f63f3e20462f 1,762 0.77/1.00 vMB 14
537,196 537,196 0000000000000000000cbbd8918acb50a5fab7917ea1a7212194c529c8d9d107 1,885 1.00/1.00 vMB 27
537,195 537,195 00000000000000000011571aa5f37a07e0afbd232d0443fcb208355590da1a8b 2,314 1.00/1.00 vMB 23
537,194 537,194 0000000000000000000fb36bd3d32d8ead7a974be8704a25864c777235992041 1,047 1.00/1.00 vMB 31
537,193 537,193 000000000000000000081e8d440c73ef5d1c0017cd0e06eec5045d1fe6651a0d 2,411 1.00/1.00 vMB 17
537,192 537,192 0000000000000000002949fdb69ed06dbc2d9ac87a2c40e6f84ff8c4764eb7f3 1,400 1.00/1.00 vMB 17
537,191 537,191 0000000000000000000c7f4b1241cfb868fd534f92ec7d21c29c38a33e3a31cb 978 1.00/1.00 vMB 59
537,190 537,190 0000000000000000001c521178688b6bcb64887a4c2061b0b86ccb9f7eedd2a1 630 1.00/1.00 vMB 61
537,189 537,189 000000000000000000290bfe6d4eda18e0d7ff3d9af7a7d866189f390216a1b0 1,137 1.00/1.00 vMB 27
537,188 537,188 0000000000000000001d4a7020654f41443b7fe427c7db5c684b1f06c2cdd31c 2,546 1.00/1.00 vMB 33
537,187 537,187 000000000000000000074df17621e4142a99bb7e09f0f76ab4ead27a467a581d 2,291 1.00/1.00 vMB 55
537,186 537,186 00000000000000000015e96e98a806907ca1848ee5eed88a81719aba58a681be 2,596 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.