Loading Tool

Explorer IconExplorer

Memory Pool

85,884 transactions
22.57 vMB
0.05591156 BTC
Random Selection Loading Transactions
Max Size: 154.00/200 MB

Candidate Block

Mining Attempt 130947027feb6ab3cbe496a7468d809ce063daa26d326fb88f146904c120a9b8
Version 20000000
Previous Block 00000000000000000000f0dd146afc358fec39fa8b45e16fd82f0071ad1b04c0
Merkle Root d095a8d873c64caccaf17036fe8def04dae2c5fb4e2094cc3062dcfa41607e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,737
Size: 1.00 vMB
Total Fees: 0.00570008 BTC
Feerates: 75.12 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,911 (910,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,921 4,921 00000000bd8f46dbdec0d53e9587f240ac60eb01473663e9526d21692172c8d3 1 0.00/1.00 vMB 0
4,920 4,920 000000008ade7f7f12bd85d04ffe6fdab4cb22c02cfaef5650469bec1e2a289d 1 0.00/1.00 vMB 0
4,919 4,919 000000001028aa59a2fe098db8628eb784d71f852b16d06a1651a87f2a056b69 1 0.00/1.00 vMB 0
4,918 4,918 0000000008170390395f31c13a229eec411718777fad323c902e7c9110fc41fa 1 0.00/1.00 vMB 0
4,917 4,917 00000000f98c6d48b5a9b48a12231358985750a238de6848570617d3e883e24f 1 0.00/1.00 vMB 0
4,916 4,916 000000002e837d054e162d8bcada74abb938e4a97c2d0743f80377f177707f9b 1 0.00/1.00 vMB 0
4,915 4,915 0000000067c381ab839b6af5e3107e0b268fe07cd689ff6dc83214e5d310f714 1 0.00/1.00 vMB 0
4,914 4,914 0000000063f2a8df3250c9ed3a88b3dd03c156a7de74219a3fca969d04dce318 1 0.00/1.00 vMB 0
4,913 4,913 00000000eb2c876cc1125d31010538ed611330bfca9933912979976590d9fe8a 1 0.00/1.00 vMB 0
4,912 4,912 000000008b8d737b88327bc66edc676668f56db95c623bbe91aa945342983c3b 1 0.00/1.00 vMB 0
4,911 4,911 00000000a5a942cd3d90de837d81c64b996c8d28e985933a3ff324c2269436c1 1 0.00/1.00 vMB 0
4,910 4,910 00000000166b50796c0b5ab088976e3dc8c5ac45403c287f97a8fb77d4bd125d 1 0.00/1.00 vMB 0
4,909 4,909 000000009c230fa37b01db4ddd33cff8d4c27be5848e24be88b4bb89341ba164 1 0.00/1.00 vMB 0
4,908 4,908 00000000c8eebeaee6336fcc3bcaddbc2549dace57af75b9d80a452291f79bca 1 0.00/1.00 vMB 0
4,907 4,907 0000000033a17623c7ecf0c8700f749916dad22b7a3972a353c39faebf73e995 1 0.00/1.00 vMB 0
4,906 4,906 00000000cca488c074c4c6164e0c91ac580c42e63f33d3e28d705857abff721d 1 0.00/1.00 vMB 0
4,905 4,905 00000000638d752e26e036560f4055aacf3845e4a33775e360d40d96a3950a46 1 0.00/1.00 vMB 0
4,904 4,904 0000000072ff7c38ef0b58e75a42ba81ff969094d57e1f4febb8904bc9a48eda 1 0.00/1.00 vMB 0
4,903 4,903 00000000be82eeae362817e100b553d5ceee2437ea28621b1e32aa570898aea0 1 0.00/1.00 vMB 0
4,902 4,902 00000000c11cd998d8a5b461a50c0a9f64c537374082ae0c2427dd48724a5623 1 0.00/1.00 vMB 0
4,901 4,901 00000000c6303c4a85f581fc12d76a945055d2134c18f7613493d94c972d5133 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.95 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: 798.22 GB
    • Received: 22.45 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.