Loading Tool

Explorer IconExplorer

Memory Pool

40,207 transactions
20.07 vMB
0.10228552 BTC
Random Selection Loading Transactions
Max Size: 111.12/200 MB

Candidate Block

Mining Attempt 00e404f94315d4285158a284531b97138579f7979468aaa827f20044caf1ea93
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root 8721f9d401823bf1859b875dc1c71ef92e71d993cef810e08786a35f8c52014e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.05908636 BTC
Feerates: 181.54 > 5.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (796,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,842 117,842 00000000000015e8e6c291da01731e8232f4ee1d7a04e2f750c61a8063c1a53f 9 0.00/1.00 vMB 1,096
117,841 117,841 0000000000006af08df6fe91c17cbfd0ce3fa97087447a0bab99a6203bd6c7aa 10 0.00/1.00 vMB 0
117,840 117,840 0000000000001f5734dcd31cf1cd5fee7648c8aa55b749696ffe90c98e876324 34 0.02/1.00 vMB 426
117,839 117,839 0000000000007a9c2068d28a9f1b67c0d2723d7b0b39a1ab909ad8dcef9b32d6 7 0.00/1.00 vMB 0
117,838 117,838 0000000000005121f95d273cf5c39a5d2873f0407d60558d4dd08a0591dc328f 9 0.00/1.00 vMB 0
117,837 117,837 00000000000058429a800ca90feb40bd3da10c1f3be7b393dbbc7b280e918432 5 0.00/1.00 vMB 418
117,836 117,836 00000000000058e2a7119b61635e8c55ed680cafda311e398990e2cb31566b75 12 0.00/1.00 vMB 1,161
117,835 117,835 0000000000002494043aaeb89c6250307f4e2e8b17a718d6f564b54680ee945d 11 0.00/1.00 vMB 322
117,834 117,834 00000000000054a6144f1b5aa275438c293a5331fa9e21937e2bff8205a9a71e 11 0.00/1.00 vMB 352
117,833 117,833 0000000000002cf77b9e859bcf7ebfb043a07ac939b4239743e573cda6ab9860 13 0.00/1.00 vMB 916
117,832 117,832 0000000000001a8d5442e5148a4b3bdf29056110382b5488788dc0e8d0647e05 1 0.00/1.00 vMB 0
117,831 117,831 0000000000009d8854fa075ba5c62047e6af5205a76e09370078ebd31e1aaa27 1 0.00/1.00 vMB 0
117,830 117,830 00000000000048e27a3c4834bdf1ab9ab91f8b0d465862a6c9c9e52968dd0749 11 0.00/1.00 vMB 0
117,829 117,829 000000000000b31e6ab6aa6ceee048d0c75b0edd260a5403d152d64238bb9116 3 0.00/1.00 vMB 0
117,828 117,828 0000000000002278c61c68310797716b12ffe584f17cd273fe6b7fd8c6e59c75 11 0.00/1.00 vMB 947
117,827 117,827 000000000000615841794afc993c104dd76577593e81f2767bb0bcf59af1ed60 31 0.02/1.00 vMB 778
117,826 117,826 00000000000055f69f33b4e2051cff505e78bbe4b41a73f61dab730c86490161 2 0.00/1.00 vMB 0
117,825 117,825 0000000000008019c1f5cf90ba262adbf3cea11e7db000f46389f7ae405bc2c1 3 0.00/1.00 vMB 0
117,824 117,824 0000000000003d91a2c675a84681d722aca16a05f6bc37deb8b3814f709b0a19 29 0.02/1.00 vMB 370
117,823 117,823 0000000000008254b7b5b7a05dbc6588ca5bf6683c6235fdfbad2067efaf19d7 13 0.01/1.00 vMB 738
117,822 117,822 00000000000007ae87089d9094d0012c9e0c8671eeeff96c479d4d3488c8f53b 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 525.35 GB
    • Received: 5.19 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.