Loading Tool

Explorer IconExplorer

Memory Pool

23,072 transactions
24.16 vMB
0.04783095 BTC
Random Selection Loading Transactions
Max Size: 115.43/200 MB

Candidate Block

Mining Attempt 3e7d1add29e653fb3dc9ba6427032ab5043c8320474d213ef1ff56b18f76cc72
Version 20000000
Previous Block 00000000000000000001739cb7842014e56e8cd06a50002fc9a8f0ee42d7ffe5
Merkle Root 2a6445c07e251d56a0d53630be2ce72b437209e582c177341b6399689d0e90bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,115
Size: 1.00 vMB
Total Fees: 0.00496902 BTC
Feerates: 40.21 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,188 (748,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,958 165,958 00000000000003f537dfd952e0d6f31599e435d5c6bb449b65099bd56b59629e 48 0.01/1.00 vMB 7
165,957 165,957 0000000000000424fb311d2b56b5a6f5b088e62ee16c79f60f300cc7e1f65586 86 0.04/1.00 vMB 127
165,956 165,956 000000000000038ac41120b7958acac5b9cc544adf0c3617a4689dab80c90e74 14 0.02/1.00 vMB 788
165,955 165,955 00000000000005b6712406d78849e5bb66bb4de44b0a4e2b627c2a8b00594fbb 22 0.01/1.00 vMB 70
165,954 165,954 00000000000003e7855ed4ce5e0c4b0d39b9b249dd8e97c180d2b154c3aa8960 54 0.03/1.00 vMB 540
165,953 165,953 00000000000005a22331d1de779b9fd5009a70a2b4b78132f4c997225be909e7 99 0.05/1.00 vMB 79
165,952 165,952 00000000000000af5ac6cb258cf1562181d01d9b93ebe5f18f44aff8d6290cce 25 0.02/1.00 vMB 66
165,951 165,951 0000000000000875a9812a6e86d237149560117ff9cd5e41a7f9e0fc368f8659 70 0.04/1.00 vMB 1,199
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
Previous 10 blocks ↓
Total Size: 780.93 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: 572.50 GB
    • Received: 7.92 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.