Loading Tool

Explorer IconExplorer

Memory Pool

39,533 transactions
26.73 vMB
0.06933774 BTC
Random Selection Loading Transactions
Max Size: 138.07/200 MB

Candidate Block

Mining Attempt 01a0fce8344f3572897195ff5e89f5ec68bcd271d7f5dc69c57ed3cfe6b7d2cb
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root e343062c4a095d69f14ef2d90e9b43664b16469848efcccfd0824678b2706868
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.01878674 BTC
Feerates: 301.60 > 1.88 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (682,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,943 231,943 0000000000000174b4b14d73cbe075e7a76c22bfde7ae1f3b444c7f55b40008a 206 0.10/1.00 vMB 210
231,942 231,942 00000000000000c10dfc2416fa1e40f5ef0f0bfca769f1cf039afa51387c24df 477 0.20/1.00 vMB 4,262
231,941 231,941 0000000000000131a29b94d5e3f52cc4696021a23eafa499d9eed1299f604a73 163 0.18/1.00 vMB 110
231,940 231,940 00000000000001ad581a5053a14e92ac88df37e51bb61f8a4b6deab551a95585 479 0.24/1.00 vMB 161
231,939 231,939 00000000000000d4b8d648fdaf5dbff16ea73c5dee621b855ba273d38f750898 292 0.12/1.00 vMB 126
231,938 231,938 00000000000000227c5c0852d12537ce217ecb590c50b3ffc263da7e65c750a1 192 0.08/1.00 vMB 203
231,937 231,937 00000000000000a7dc11bac7b07eaf5eaac7557b6d16f1d9b0f5bc369b0dd8c0 287 0.12/1.00 vMB 140
231,936 231,936 00000000000001257824e7439343dbc7aa1b4aa58a1e5a9d4d536ce3d39b25b8 180 0.08/1.00 vMB 240
231,935 231,935 00000000000000f61b5867ac65283c3b6e0c4026161dd1c62227e3877799fb8e 34 0.02/1.00 vMB 175
231,934 231,934 000000000000018152fb63e780d4128a082bd6b02d08d57a65482e639041cef7 292 0.19/1.00 vMB 156
231,933 231,933 00000000000001c7e0186b24825b3f2973ef6e8556bbc5f6a0aaadf363114fd1 4 0.00/1.00 vMB 47
231,932 231,932 0000000000000160b4acd12e4bc66c2155d6b0d5207f5f34be65635370e90686 284 0.17/1.00 vMB 148
231,931 231,931 000000000000001448758afb7c497ca317ebd5563a332323c6b13ce35e4e5fba 383 0.17/1.00 vMB 131
231,930 231,930 00000000000001b6e3e2fe03c337cbfbfa594d3b7baf7338b278ba7dbc308a4a 95 0.05/1.00 vMB 170
231,929 231,929 000000000000012db52c57cb008b7f90cfa0df942b7d285027fb068f3da059db 86 0.03/1.00 vMB 227
231,928 231,928 0000000000000106bcb2dee7482b9df41c04f2ebfcee7f46ef099ac17d2692fc 50 0.03/1.00 vMB 186
231,927 231,927 00000000000001c43ae9f6ffe8b351cb826f8d4bede9036ea2425c066cdef8c7 6 0.00/1.00 vMB 149
231,926 231,926 0000000000000079749ce702ca558a3d54f9aea43418cddbae7818afdd59c82a 348 0.16/1.00 vMB 152
231,925 231,925 00000000000001ddccc5f617884d26f96753164daa20e75fbef19369fe58fa83 131 0.05/1.00 vMB 107
231,924 231,924 00000000000000cec4b41abd51152db9fb4bdde770e0c64496bf6289729ea22b 399 0.24/1.00 vMB 149
231,923 231,923 0000000000000192c0dc449e118aa2432d83efb8300a0b392de65ffb56a8853b 104 0.05/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.