Loading Tool

Explorer IconExplorer

Memory Pool

80,593 transactions
29.74 vMB
0.08167088 BTC
Random Selection Loading Transactions
Max Size: 179.48/200 MB

Candidate Block

Mining Attempt 32fb51a19c2a6eb8c5e9fb905c4c9e6a08149b0dbf05728bfd6f820cafe9049c
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9c1583400853572e43f27a0ef0c0c43a6065f6d29f62417a39b75b61ef1e1f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,910
Size: 1.00 vMB
Total Fees: 0.02103261 BTC
Feerates: 214.36 > 2.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (792,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,047 122,047 0000000000003f6347d6de494b1a446f6bf5286075851d7caebdbb94c1c40c08 26 0.01/1.00 vMB 714
122,046 122,046 0000000000002df81dd6bb3dd5420a05f3cd9f1d90c4ce20fe6073b655ec4d6d 9 0.01/1.00 vMB 875
122,045 122,045 00000000000092afe970b811c4a3bb0b4d90181b193c597af646e305ec44ec67 12 0.00/1.00 vMB 0
122,044 122,044 000000000000271d33b14262e0ff0d4d45c7425cf9ca61da04feb2bb96f2c4a2 20 0.01/1.00 vMB 1,146
122,043 122,043 0000000000001540f05bf8b89c24bdd395f51cf23b889fff186ac4afa0c9f224 34 0.01/1.00 vMB 335
122,042 122,042 00000000000084714734c66d52d65c976c183ca61a73d8d095a7ac4d5b76df0d 1 0.00/1.00 vMB 0
122,041 122,041 0000000000001da44f296ca57fccc669bbd725439ed87890d80e52a7c3f69231 14 0.01/1.00 vMB 720
122,040 122,040 0000000000006a0c5e883406c1a3349d5dd805c8a959b49fa1499fd525338342 12 0.00/1.00 vMB 316
122,039 122,039 0000000000007f4250eb9fa6dce709e81bcbfe8b04543dfb86791558b4b4e4b4 22 0.01/1.00 vMB 637
122,038 122,038 0000000000007084b25cf69fa33c006cfad98e45d363fb42e9bed0a5d0294913 29 0.01/1.00 vMB 265
122,037 122,037 0000000000008bb69db483f5fee6b1b508112c3a32b2d9468b9b8a8155289ad1 12 0.00/1.00 vMB 806
122,036 122,036 0000000000005b923ba8bfcbc526d6e605c466dc91d6ee7f84c763174426b141 47 0.01/1.00 vMB 2,317
122,035 122,035 000000000000107466947fafc2b66210081b50d59add393adfaf9f5eb826ef99 11 0.00/1.00 vMB 312
122,034 122,034 00000000000097ead2b2bafc4a85ae80ee0a3f2098216c81dfa46f4a9ef9a90c 35 0.02/1.00 vMB 310
122,033 122,033 000000000000159c84432ab2e604d1642a6e40d0516b444b3b00a4c8536b81d6 7 0.00/1.00 vMB 431
122,032 122,032 00000000000003667f245259a93b6a73175159c62ad7a93aeb2bcb40caeb1a1c 13 0.01/1.00 vMB 91
122,031 122,031 000000000000883d84b0527b550e18dd8412635a580a2926ef5cc622e3391963 6 0.00/1.00 vMB 3,785
122,030 122,030 0000000000005c6d98990bed9f99410958fb7ec4760d0aebd45b5ed2a2d9d7c9 8 0.00/1.00 vMB 203
122,029 122,029 000000000000804596733b47ccf4c0cc144b170d3b4a9579052825747bc5c37b 11 0.00/1.00 vMB 320
122,028 122,028 0000000000008b5cd6c1e3f7933a958930001b34fcbe7d943e783f0160f74767 9 0.00/1.00 vMB 0
122,027 122,027 00000000000003fd67862b4585771df4e467cc5a10fd27a20e1bed9aea7d3d6e 18 0.01/1.00 vMB 1,323
Previous 10 blocks ↓
Total Size: 782.33 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: 660.40 GB
    • Received: 14.72 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.