Loading Tool

Explorer IconExplorer

Memory Pool

39,319 transactions
28.20 vMB
0.05905917 BTC
Random Selection Loading Transactions
Max Size: 143.75/200 MB

Candidate Block

Mining Attempt 6b337612d79a5f0a9f3b69b1ebddd82395d74cf98032fec861025bd9a6c492aa
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ebbbb91238fc729ab79e8add6e45453905e8c5b2b8144a67e0f09d7adae68dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,595
Size: 1.00 vMB
Total Fees: 0.00500296 BTC
Feerates: 60.12 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (210,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,944 703,944 00000000000000000001262bffe5d8695b455042b5aac403901abc40ec2bb7d5 3,188 1.00/1.00 vMB 37
703,943 703,943 00000000000000000007ae1e045f88ee9bc54059aff6f3d4d325b03e69face1b 1,456 1.00/1.00 vMB 7
703,942 703,942 0000000000000000000a03ed88ea38ddcbd6e254a3ff3b757c939dae0c465b96 2,672 1.00/1.00 vMB 7
703,941 703,941 0000000000000000000447207b91791696eba3a2f7d33e6a8f6447979e872bd1 1,920 1.00/1.00 vMB 8
703,940 703,940 00000000000000000001863cacdef6a348f65463ec16cf065dde7d7b2a5f379f 2,732 1.00/1.00 vMB 15
703,939 703,939 00000000000000000006935f2fabaecf9314140675d5931db558385d104b88ca 1,785 1.00/1.00 vMB 12
703,938 703,938 0000000000000000000e244f93f37439220b6ffd35b5406eb5642212afb9c7dd 2,195 1.00/1.00 vMB 12
703,937 703,937 00000000000000000003c445aedf5a40f48ea395907ea18f9e60b99bf1c31c4f 1,317 1.00/1.00 vMB 9
703,936 703,936 0000000000000000000b554b35fe00465ce5ccd8936e28270fd270c8e9156410 3,220 1.00/1.00 vMB 24
703,935 703,935 000000000000000000083335e4d0991b206a20001b901771ca6342d52344462d 1,505 1.00/1.00 vMB 12
703,934 703,934 0000000000000000000864a27ad0d3cab1c38f5ed3318a1dbd7d4edf537a48d8 2,563 1.00/1.00 vMB 23
703,933 703,933 000000000000000000071357ddd6aac7e43ddff64973430f28edfd57e2d4a2ba 1,459 1.00/1.00 vMB 19
703,932 703,932 000000000000000000073912ecd8e4d2c45adc44da53a3d3732f958545b0cdca 2,722 1.00/1.00 vMB 19
703,931 703,931 00000000000000000001f54c0e35238082311131042196aefe336b3388b7a57c 2,688 1.00/1.00 vMB 38
703,930 703,930 0000000000000000000de523f000ed0bc23fce0c37a6baaedb9d3a9bed1429d2 2,350 1.00/1.00 vMB 16
703,929 703,929 0000000000000000000a31003408a10b90c892a86e683640902f6aa18a1c958d 3,046 1.00/1.00 vMB 19
703,928 703,928 00000000000000000008fe5a1aa9cc9c4a8b4b62a09cba1e44bb43edbfb3e37a 1,110 1.00/1.00 vMB 18
703,927 703,927 000000000000000000029184335057c5bf9ccc318927802b446d5b46adeb4d91 1,843 1.00/1.00 vMB 21
703,926 703,926 00000000000000000003ecde26584222615384ebae8b629b9ddc4cb819f23487 2,843 1.00/1.00 vMB 23
703,925 703,925 00000000000000000008f3658ddd5ce9a7c2815df7bcee0cc09d4d460c7170e0 2,963 1.00/1.00 vMB 30
703,924 703,924 00000000000000000009ded0d642b3cf2cf5fdd6e82df72caef5413c8eb18efd 1,952 1.00/1.00 vMB 15
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.16 GB
    • Received: 11.87 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.