Loading Tool

Explorer IconExplorer

Memory Pool

98,569 transactions
25.94 vMB
0.07549449 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 34d51d27bf8cfe931429f88278e2c1add026246f6bcf4412ca61cae065c15ad5
Version 20000000
Previous Block 00000000000000000000b7bac6595d21a43a1aa5fe17f1b4a0e4537845029887
Merkle Root 74775753d6c707bd8cd06252052348ddc0d811e93c1ee5fb27b5b91876902d41
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.01330480 BTC
Feerates: 40.21 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,076 (905,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,033 11,033 00000000a74cfb1430bdfefa290397d2e4132728a4ae739eefc7811a5290cc86 1 0.00/1.00 vMB 0
11,032 11,032 0000000025b70e4bafaaea872e2b61b8883c4ac8bfa46b5064421cc1045df3ae 1 0.00/1.00 vMB 0
11,031 11,031 00000000db326ae0e70688771c707fde8ac191ac92d72be8b395bcdd5e19f04e 1 0.00/1.00 vMB 0
11,030 11,030 000000000425e2eb4a94117a18f209a8ad53e44b1e3d571fa1be3f2eec7aaf44 1 0.00/1.00 vMB 0
11,029 11,029 000000009d8e1637016f91f935c2176bb70c7aea73ef16511daadc8445477922 1 0.00/1.00 vMB 0
11,028 11,028 00000000a9f833b51d103cb6d1b37e64f897d1c196a38868c62295faff4cc610 1 0.00/1.00 vMB 0
11,027 11,027 000000008204a97e14d8c26b2f961854e2125be3bb9842b4c6e97a5c7aa3410d 1 0.00/1.00 vMB 0
11,026 11,026 00000000eae800e0a350d95bf69587ed62bd7bd8ae35be0fd9011ba3522ea4d9 1 0.00/1.00 vMB 0
11,025 11,025 00000000b21d42bf89885709683ca6dfcd33d40c547e420dbf84b439f5e7fbb0 1 0.00/1.00 vMB 0
11,024 11,024 00000000d52809899e8a50b634a43ff12807449a7bf531f62acaff16a7edbc3c 1 0.00/1.00 vMB 0
11,023 11,023 000000003fc8671940c58f5ab494e952135614053e205b4ca02edb6868f498b2 1 0.00/1.00 vMB 0
11,022 11,022 0000000083e5378307eb267f636444ee70f304040b0c9ec3d8f3829f07b581d9 1 0.00/1.00 vMB 0
11,021 11,021 0000000020a0979f0981ae10a88463bda89fec3d547cd061655b9cae8c2879cc 1 0.00/1.00 vMB 0
11,020 11,020 00000000e05f6a617e1de93ca051fb35ec7e1c0e6bfc59a94750cfeca0139131 1 0.00/1.00 vMB 0
11,019 11,019 00000000d718a7f486e4f939eed8743561b9ebf8045b14dc8c3abfff2fe1ecfe 1 0.00/1.00 vMB 0
11,018 11,018 00000000a4d77ff4acde00fcdb80225a8d76ceacfe3dadf89aa4f8159fbc1c1a 1 0.00/1.00 vMB 0
11,017 11,017 00000000294a0e7eded899ddf8d95efa201cd4672a0204e60fbbaaa904f2eb4d 1 0.00/1.00 vMB 0
11,016 11,016 0000000048c21a48f3e40255c63cfc484075ef25a22de871f6610351f89d8fd2 1 0.00/1.00 vMB 0
11,015 11,015 000000008b5dfee01b3b468df99f4fadc22f36f526a7f8b599b50a11c4f4542b 1 0.00/1.00 vMB 0
11,014 11,014 000000001f793e91dfc29a5b0806455a0033c579bc50c0206e376afb6e2a668b 1 0.00/1.00 vMB 0
11,013 11,013 000000000204373e745ae57713f0f1968a73193755365fed76181d8d8b0f0ab9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.25 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: 814.64 GB
    • Received: 23.98 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.