Loading Tool

Explorer IconExplorer

Memory Pool

42,409 transactions
30.55 vMB
0.08628495 BTC
Random Selection Loading Transactions
Max Size: 155.11/200 MB

Candidate Block

Mining Attempt fe69cbc0fcf6aea1c22f13773f8801b08fc227ab6a548e8ddcbbf11ae53f38b5
Version 20000000
Previous Block 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec
Merkle Root 60aa1b516af5b1baca3488c4e9bccae1cee0acb268e42061869bd8a20e7d23c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,123
Size: 1.00 vMB
Total Fees: 0.02513765 BTC
Feerates: 301.53 > 2.52 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,439 (821,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,052 93,052 0000000000014938076af4b532a9327f98d18a397d4181f40e1699081bff5b19 1 0.00/1.00 vMB 0
93,051 93,051 000000000004601c8a0a90b6fb323a7a59a5cc3b43ac12b8e0799573e7b5e59c 205 0.05/1.00 vMB 61
93,050 93,050 000000000008e550d9c22e7a4bdcf6b66fa2bb8328fdb903e2754499ddeec45b 13 0.00/1.00 vMB 343
93,049 93,049 00000000000899e3aa0aee6c05d55b78f6fc7fd09a518a0717e2ce39b610a41d 14 0.00/1.00 vMB 335
93,048 93,048 0000000000051ae8c7c3d3bd9844a1b4cfc037b763fbe09838eea0de9a3baf72 14 0.00/1.00 vMB 0
93,047 93,047 00000000000877fa64b7fe8c4ea1d4dd0c5ac484217c27b6b3f406ce4df8df35 14 0.00/1.00 vMB 0
93,046 93,046 00000000000922659b03557bc491010818fb083fc741a33ddaae67f70fe00930 4 0.00/1.00 vMB 846
93,045 93,045 000000000007c41af0a1cacd601fd7086eb63cea6e6f4d1e94640b9030d031d6 13 0.00/1.00 vMB 1,747
93,044 93,044 000000000000a853ac9a082d79ed185d22ba99ca7fa03d17aafbcb84a72e546c 14 0.00/1.00 vMB 0
93,043 93,043 0000000000049ab1a757745f68666940b7fddbdf30d04e8c31ba81ef2bda75e0 13 0.00/1.00 vMB 1,074
93,042 93,042 000000000003703e8bff419871ab25789289131adf37cc3490682c66756d1fbb 14 0.00/1.00 vMB 339
93,041 93,041 000000000001444f84e8c771abd23ed79c45aae730e1e3f0cd4e765a09d575f8 5 0.00/1.00 vMB 1,939
93,040 93,040 000000000002ec32fa4124e857355fd80c28ebd52a58b1ec4bb363047e2fe919 5 0.00/1.00 vMB 2,906
93,039 93,039 00000000000837b815c94b2bd5bee30abf1850cc8bde52e80fdc60050757aff0 219 0.05/1.00 vMB 40
93,038 93,038 00000000000585f95e9a238a49974d775f614040a16bb25a4da92710cbdaeb47 13 0.00/1.00 vMB 358
93,037 93,037 000000000006398b4a2633cd0b5971ca46288e4b6916769db1875d6370467fc8 132 0.03/1.00 vMB 0
93,036 93,036 000000000007c97eb9e1d772369698654c88a20f83abc426f426a9e551fc0ba6 4 0.00/1.00 vMB 0
93,035 93,035 0000000000067ada3273d724d5178e39e3d3044e63ec2bc5d475bd8ff4177eec 5 0.00/1.00 vMB 0
93,034 93,034 000000000002efac6ac05b9762bb10a2a68b95fbf094f19c020c3d1aba073811 4 0.00/1.00 vMB 2,089
93,033 93,033 000000000004a35291cc6da0bf37718cd22972436b306eb7fc0d1fbcc9273d44 3 0.00/1.00 vMB 0
93,032 93,032 0000000000040a1353be41316ac2ff2dce89f925c04e6cefbf53474528d85fe7 8 0.00/1.00 vMB 412
Previous 10 blocks ↓
Total Size: 781.38 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: 602.63 GB
    • Received: 10.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.