Loading Tool

Explorer IconExplorer

Memory Pool

70,690 transactions
22.31 vMB
0.06972092 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt b104ee4e05f4b5c81b1b6deb97149c27c218df5466eae94b82948cb3964b6212
Version 20000000
Previous Block 000000000000000000012816b0bd6885113d018bf973fc985306ad18cca7e98a
Merkle Root e259ad4865c2df54efe2731ca2cbf7b7254cc6a04ccb3baa91f5b8a8618f0508
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 1.00 vMB
Total Fees: 0.01562806 BTC
Feerates: 151.12 > 1.57 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,664 (827,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,959 87,959 00000000000b594816723ea336f7602a2c2aa1b11ffbde9eb30cfdd3540f4544 1 0.00/1.00 vMB 0
87,958 87,958 00000000000dbfb0117a11f64c21b026eaf65d67f1b01097991fb995296f4129 8 0.00/1.00 vMB 0
87,957 87,957 0000000000030f95848b30434a88a0e1ad9905e26c15a4a06860852f72992aa1 5 0.00/1.00 vMB 0
87,956 87,956 0000000000006c1e77cf1def3efb58072fbc923566a3d350cf1fbf6f11c16123 3 0.00/1.00 vMB 0
87,955 87,955 00000000001979c9f8b4e0824fb34f304bda05114dbf8093918a59e0d5e336df 3 0.00/1.00 vMB 0
87,954 87,954 000000000018b8c3e030c5c4c5bab5359dea30b94f346d4a3d7dbd93dd2899fc 2 0.00/1.00 vMB 0
87,953 87,953 000000000001387d83eb548f9cf1d15877d8635cdc52b361b5d643ca351e5c21 1 0.00/1.00 vMB 0
87,952 87,952 0000000000005d89d81937922caea31277549978e04d06e4afc78ed27036b8c9 1 0.00/1.00 vMB 0
87,951 87,951 00000000000070d5b57ae5ee9e121fca841d527dc2daf614bddf878bba892328 1 0.00/1.00 vMB 0
87,950 87,950 0000000000049ab4454d5bfca02c8512dadb1fe70345988c89d7a09837028c11 4 0.00/1.00 vMB 0
87,949 87,949 000000000004fcf6d8da3f2bf85d88f7c69dd9b6272e5834cc7f72315b01b381 2 0.00/1.00 vMB 0
87,948 87,948 0000000000089e0e9f8947a77d968a734f8d1c00356ba9ccb6b6a8ccba51ab18 4 0.00/1.00 vMB 0
87,947 87,947 00000000001405b9924c2bb2799e0a1666ad8347d3802db29bb170a268da3311 1 0.00/1.00 vMB 0
87,946 87,946 00000000000fe6c8e0cfe2022672f62b1eb534681c7811fa288a561848d82394 2 0.00/1.00 vMB 0
87,945 87,945 00000000001e3c2e4f675c0deccd2ab548882957157f094f57fff07a0d62167e 3 0.00/1.00 vMB 0
87,944 87,944 00000000000b2ff195fad23ed08622396f3e83af915ee9da9e470dde6ed33ad7 10 0.01/1.00 vMB 0
87,943 87,943 00000000000da6d008c99cc31afb6bbc4cee32afcafcd75873a31029af364f72 2 0.00/1.00 vMB 0
87,942 87,942 000000000009c9e08c8c529ae6da1ede012c6cd73ca3d13aa9efdc146607bfb3 5 0.00/1.00 vMB 0
87,941 87,941 00000000000088e6497ea1a5ef4c73f5115a79361b52078fe4192956a0656364 3 0.00/1.00 vMB 0
87,940 87,940 00000000000a6dce2f2abaf9936c325ec9cfefa04db9a58577cd50b5d872a33c 1 0.00/1.00 vMB 0
87,939 87,939 00000000001b99ff30c68364849abf74a2e0f967323fc3aef8bdf1b120614953 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.53 GB
    • Received: 20.59 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.