Loading Tool

Explorer IconExplorer

Memory Pool

42,540 transactions
29.06 vMB
0.07545024 BTC
Random Selection Loading Transactions
Max Size: 149.34/200 MB

Candidate Block

Mining Attempt 6f094009e37edbda00951edd189800f339fda8e910c9b966cf2aea2be79740e3
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 47872e8db984b5dc7fc26acd34e072536365a80b5df826a95ce06ac2d9c36b38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.01874652 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (351,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,691 562,691 0000000000000000002dae3e5538e8464e8ec4385c602982d46124cde222ad6d 851 1.00/1.00 vMB 15
562,690 562,690 00000000000000000003b9aaacbe5f80da6157ded6b232575a31a0d5bf74e762 2,225 1.00/1.00 vMB 24
562,689 562,689 0000000000000000002957a7f02132ef2250443d9656a15c54392f6e89084368 2,836 1.00/1.00 vMB 14
562,688 562,688 00000000000000000006ec7316c842682f06b9d7dca6394f8e9a1d95f8314fd3 1,753 1.00/1.00 vMB 21
562,687 562,687 00000000000000000018c34f677c31055ec5271c1090d77d675ba23b6fb1eb6a 2,108 1.00/1.00 vMB 37
562,686 562,686 0000000000000000001d2d0a7efee9559e9be1b6f855f416fc04b9f9a8d67bbc 2,380 1.00/1.00 vMB 22
562,685 562,685 0000000000000000000da6f1905f0a40123502ed7d2fd8c290984d1e6e86598c 2,045 1.00/1.00 vMB 22
562,684 562,684 00000000000000000011da215ef5c13f37990e1296960e10f35f014b94ab8fd1 2,198 1.00/1.00 vMB 26
562,683 562,683 0000000000000000002921bc4724869c90ac10ccee1d1b6d92532a86aeb53545 1,249 1.00/1.00 vMB 29
562,682 562,682 00000000000000000025c3836af2066a5c9492d0eb05b67e7493093a0c911d61 2,673 1.00/1.00 vMB 37
562,681 562,681 0000000000000000002190edd7b1f4f745e35975b3c948388478f2ad68476018 80 1.00/1.00 vMB 7
562,680 562,680 00000000000000000024b69b69a7e01ddfa8c96416144b4f24e9dc7847f1e0f8 2,067 1.00/1.00 vMB 30
562,679 562,679 00000000000000000005ef212309cc15f5fa8a91aeec4a029b45cae9fa49a27b 959 1.00/1.00 vMB 15
562,678 562,678 00000000000000000012308934cd906dd530ccbf1a0fde32b547b3b3efbb8d5f 996 1.00/1.00 vMB 15
562,677 562,677 0000000000000000000e898fd4b24057230a1d65af6c021a48a760885b108124 1,290 1.00/1.00 vMB 14
562,676 562,676 00000000000000000019a5a58b31177fce14b762c5481accc4163d17e8bd8ab3 1,534 1.00/1.00 vMB 25
562,675 562,675 0000000000000000002366b841afac1a776b9d42e6db83f1714658dbd283122f 2,190 1.00/1.00 vMB 27
562,674 562,674 0000000000000000000d90cff7fa1ec4ccae2b2390901f9e66e8d34b3afb5853 547 1.00/1.00 vMB 10
562,673 562,673 0000000000000000002860bcfb729e27247ed4fc7b41cf4229cfce401b2b1419 613 1.00/1.00 vMB 9
562,672 562,672 0000000000000000001cf36e711672e9890fe4e6ec550c0353eda5b744c1c2d6 1,869 1.00/1.00 vMB 24
562,671 562,671 00000000000000000018a31f2e7f50ebba8f4a02f9588e97ddb67359f63e3766 2,615 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.