Loading Tool

Explorer IconExplorer

Memory Pool

77,028 transactions
28.61 vMB
0.06443122 BTC
Random Selection Loading Transactions
Max Size: 173.63/200 MB

Candidate Block

Mining Attempt fe08f20226cf1f0dfd1da2ee057044ee39db90ed2a964ad023227e6a9cd217ab
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (595,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,038 320,038 000000000000000000e11e957b13b7d164a953f6ec285785a2de91408b64e410 1,037 0.48/1.00 vMB 30
320,037 320,037 00000000000000000d23231a8017e73314aa01e23eac1ed9aff7c9bb0f34b53e 547 0.33/1.00 vMB 25
320,036 320,036 00000000000000000dee29d0f976d3dfca628f8fc64fa1ce9913ac1e92e01500 377 0.19/1.00 vMB 26
320,035 320,035 0000000000000000048bbb308af0d6cdad871490463bcc8f376e95183b2d44f5 69 0.04/1.00 vMB 20
320,034 320,034 00000000000000001c55b3b1610e5c3a457ad7dca9aa2a9a06cccc6f41755069 639 0.35/1.00 vMB 27
320,033 320,033 00000000000000002293523ec814214111d8d413c98eeb275e6800484a0eeb70 1,346 0.65/1.00 vMB 31
320,032 320,032 000000000000000009d572a57ff251898e6f0d2847080527c7028920fd9611c4 141 0.06/1.00 vMB 28
320,031 320,031 00000000000000000a872a97f874f4c8ce9ae154b869e7cf0e1c3cf73c54975b 195 0.10/1.00 vMB 17
320,030 320,030 00000000000000001a1ae088280c070dc105903d134fedf74a7a53f7d78cb2c9 835 0.40/1.00 vMB 32
320,029 320,029 00000000000000001c40a99d246856eef2c1f5b43fa743ea5e63c7839ffd25de 851 0.44/1.00 vMB 29
320,028 320,028 0000000000000000166a78a4c76a60e1aa8da38ffa701ba35ef535f539e7f8cc 729 0.34/1.00 vMB 31
320,027 320,027 00000000000000000f7ee02fe23f584c9f03d4a876e36a6a1abc4292fa779cc1 517 0.26/1.00 vMB 26
320,026 320,026 0000000000000000045197719ed63c91d7ad198bce48735a6bb052122a48f7ee 1,202 0.60/1.00 vMB 29
320,025 320,025 00000000000000001c2d8cdb8a3719975b78db6d810030bbce8ab505467809e8 734 0.40/1.00 vMB 27
320,024 320,024 000000000000000003d6a8f3b7c25374f77ef89e906b2d707cd182454bed4381 143 0.16/1.00 vMB 15
320,023 320,023 00000000000000002190673aed9ab21a2100b04d3d7956dd96c8247d1d5b9bcd 1,847 0.93/1.00 vMB 30
320,022 320,022 00000000000000001a8a7d389f0f71f251f0d28cdba01a28f76adc3c268f5a8a 126 0.08/1.00 vMB 22
320,021 320,021 00000000000000001d215509d7f993d1c34b1a3366dc3743f41ee687129404a2 1,159 0.71/1.00 vMB 24
320,020 320,020 000000000000000011b29008e99491704b35ffa34f6b2f66ead4baee9c391b08 32 0.01/1.00 vMB 25
320,019 320,019 000000000000000016c9ccd8e8c13bee4ebbf892f65a2133bb0f0ffa5afdfe38 236 0.11/1.00 vMB 23
320,018 320,018 0000000000000000252f6da60ca32c88146c30dfc1a3da66f9076a4c8faed9d9 1,168 0.89/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.