Loading Tool

Explorer IconExplorer

Memory Pool

25,357 transactions
15.93 vMB
0.03485808 BTC
Random Selection Loading Transactions
Max Size: 84.00/200 MB

Candidate Block

Mining Attempt ed387b369aabd1ce65095e4fe0103c7e35df8882ad1bb767b4aeb371e74260be
Version 20000000
Previous Block 0000000000000000000084a21ff707eead35ab8f0f56d03d5d8d061975b60eec
Merkle Root f4b787ce1455eae7831f8cb3b35c4f3637eff158bf6afc4c4d9b6c5e9859c944
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,579
Size: 1.00 vMB
Total Fees: 0.00606674 BTC
Feerates: 180.64 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,165 (748,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,950 165,950 000000000000065209c7ed0a093486cd3b7800d16736622cbf4b631d65501da7 35 0.01/1.00 vMB 426
165,949 165,949 0000000000000a47e40bc15283618205e916d046e29a6f8f28136a76350763c4 97 0.05/1.00 vMB 157
165,948 165,948 0000000000000bb2116ad60920e485559e7d054dd4076d322391979fe2a4e32f 44 0.01/1.00 vMB 140
165,947 165,947 0000000000000ad4a405d0ebc0bc2944b26946e6a5d64bc8dcd98c51dc76e5db 61 0.03/1.00 vMB 153
165,946 165,946 00000000000001d19ca4f27418e816f8fe465012c74cd757e3d9f8b3e4afa4c2 23 0.01/1.00 vMB 229
165,945 165,945 0000000000000864184a95c922787a9e88239e43470ee4bfcd38f41d65f89464 37 0.02/1.00 vMB 119
165,944 165,944 00000000000008a7cae9bb0ebaf5b361e2ca14419da05fc6ecc69f87373162d7 40 0.02/1.00 vMB 273
165,943 165,943 000000000000054e86c9cf5abc378b85fbf558af3601143f45fcef24e326c510 56 0.03/1.00 vMB 231
165,942 165,942 0000000000000b95b6c6562d0c51b219a0e0dd1a9c706f0b858472e08ba24cb2 8 0.00/1.00 vMB 69
165,941 165,941 00000000000009a3fc7460be5522e73327a5e40a1adef9b593ee60b518d123c3 32 0.02/1.00 vMB 294
165,940 165,940 00000000000004120e66b3b2f0d8720549cf899342869e5964efce6ecadafb2e 39 0.01/1.00 vMB 194
165,939 165,939 00000000000002b13f17b65b82d9df71d6a0cc06dd7655b4610035255328f291 167 0.05/1.00 vMB 8
165,938 165,938 00000000000003ab26f53c8ab9e8a2419c2d60b9dcd044d6345714a7366f662b 74 0.03/1.00 vMB 58
165,937 165,937 0000000000000b74b211194f674cba26089291338844b69427a64cd7ec7dd597 60 0.04/1.00 vMB 600
165,936 165,936 00000000000001ebce0eaf87bc0698764648a04e0e4fecc1bbd513b3c7618c23 7 0.00/1.00 vMB 35
165,935 165,935 0000000000000b3056dfcfaa2e35777661d118367437a21f0869a229e9d2c5dd 58 0.02/1.00 vMB 30
165,934 165,934 000000000000051a9218e50cedaf058d9aab49ffec3437549a03079276ced41a 118 0.04/1.00 vMB 208
165,933 165,933 000000000000035a00b002e22bfba48063fc6a083a5435043c31f53221effc8b 15 0.04/1.00 vMB 1,804
165,932 165,932 0000000000000b9f91b3c2cf16df815833b44b4c271cb0f342e81bd08e1ca1b2 96 0.04/1.00 vMB 79
165,931 165,931 000000000000022668f16cf37829a940b0ce1f5b7167e62b002ce3ceb7e85c6d 118 0.05/1.00 vMB 367
165,930 165,930 00000000000007dcf3649424df0158b4fb686d4fb07b06077c063803dfa7772b 20 0.01/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 780.89 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: 566.28 GB
    • Received: 7.66 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.