Loading Tool

Explorer IconExplorer

Memory Pool

63,452 transactions
19.63 vMB
0.05166752 BTC
Random Selection Loading Transactions
Max Size: 125.75/200 MB

Candidate Block

Mining Attempt 0b40293b77c5f7fd0a80cbed8d87a078c1bd58d6bfbc877a54a1bc37e2787797
Version 20000000
Previous Block 00000000000000000000f9253943b8724afb2b59a6e648c828168abb5aef006c
Merkle Root b509bd1013424ff13ab2dcc295da1075a70e4d111cd41503f6cfd00e453e62a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.00681699 BTC
Feerates: 100.00 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,768 (888,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,963 26,963 000000007782ca16ac45263ac658386684e5171a556875d51022a7fc2ff4cc7d 1 0.00/1.00 vMB 0
26,962 26,962 000000003ef58c77298ecba299288b1f24ae1d9c6e41ba6c531594878846ffff 1 0.00/1.00 vMB 0
26,961 26,961 00000000139a8878079e8dde831f5f184ee90d29ed622070f8c3ad2cb693de38 1 0.00/1.00 vMB 0
26,960 26,960 0000000024998941d85d5072218224c0e73734a7a1a5ad50e456d9715a58c8cf 1 0.00/1.00 vMB 0
26,959 26,959 00000000633e76c7433597ad488d0378eb9d4c05374e95560da23d29157b07c0 1 0.00/1.00 vMB 0
26,958 26,958 000000003f429ea4242d5111d5be7317d14c1aa04b04455aba8f9c4d04848804 1 0.00/1.00 vMB 0
26,957 26,957 00000000e6ff5643d5c350538613883d99cd06eb1af5c6327c95161905616259 1 0.00/1.00 vMB 0
26,956 26,956 000000004017e6c633c20b551900456a077fa6b8508cb771c2135e0797d3ed04 1 0.00/1.00 vMB 0
26,955 26,955 0000000067892cc179932c54e8e851e68c821f3dd4e7eba22dce6840c18fdd10 1 0.00/1.00 vMB 0
26,954 26,954 00000000efacea78e5a3ca5c1d50917a70972018fdba42356a548af355799c03 1 0.00/1.00 vMB 0
26,953 26,953 00000000306f2b2de5fcd04ec3874ffb7ebcb8aa89a6ed419b565ff64837d4c0 1 0.00/1.00 vMB 0
26,952 26,952 00000000b1350d0060a1a7d1bc2ed48ac4828ec2109ff6914368964223f603c8 1 0.00/1.00 vMB 0
26,951 26,951 00000000982fd795838e117345330d5ab2df8b6245bc7f1d47abcf0177e3f9c6 1 0.00/1.00 vMB 0
26,950 26,950 0000000097e8d6ba289116f1709eaf4c9741dd3205fb92a06d68766565e93eaf 1 0.00/1.00 vMB 0
26,949 26,949 000000000c60b08d65e58fdd14de3bfbe31df4399b089478efa73113075ecce4 1 0.00/1.00 vMB 0
26,948 26,948 00000000758c109fc96e45bfbaaa81f67b5d65211035372b4d0572a5f3de7a34 1 0.00/1.00 vMB 0
26,947 26,947 00000000238203605a3cbb863655d74ee509f710b0aa9371fd7e5e3e3773412b 1 0.00/1.00 vMB 0
26,946 26,946 00000000e7824345c16cd95b02bf9a9f3c37ed3c83b4f46dbb8ef68bff71d665 2 0.00/1.00 vMB 0
26,945 26,945 00000000e36c346fe194ce0bd2d3cd5653d3f2c48a1a7df9dd1fff05cd2b78f6 1 0.00/1.00 vMB 0
26,944 26,944 00000000962a0bf24237ad3cc8d729828a6310d041f499c0767e866e2860a8d7 1 0.00/1.00 vMB 0
26,943 26,943 000000001ab96b2f8b334170312bfa0de1e68afa0a5c00d746bc6a5d5a3e4654 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.71 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: 779.00 GB
    • Received: 21.34 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.