Loading Tool

Explorer IconExplorer

Memory Pool

13,851 transactions
3.26 vMB
0.03384002 BTC
Random Selection Loading Transactions
Max Size: 22.81/200 MB

Candidate Block

Mining Attempt ce7b1d668f63f2145c20fd023c1a45b6122fd4e3d16c5ee9eb901730322ba12c
Version 20000000
Previous Block 0000000000000000000151f4233ed9c2500e58ade2d7579780c701784c30a358
Merkle Root ff311b251a2e4ed45992f64e6a12da30881e70a1f4ce7c24b9e02e74e843be42
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.02863777 BTC
Feerates: 150.75 > 2.87 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,144 (145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,999 937,999 000000000000000000019fcf27483d6462d783959983aa61647f6df6c298fbb8 2,298 1.00/1.00 vMB 2
937,998 937,998 0000000000000000000102ff35393dac227890d3ad70343f724b4be98c5ff4c9 2,843 1.00/1.00 vMB 3
937,997 937,997 000000000000000000009aa4716bedca4a21bcc4afe285e1af56a2763dc199ab 2,422 1.00/1.00 vMB 3
937,996 937,996 00000000000000000001167630026a1731632c6600d3690ee0e0d7cdc7b6174f 1,695 1.00/1.00 vMB 1
937,995 937,995 00000000000000000001b1e0b3ebbb517803b15c24cb4c762dc2976333e6d4d5 2,146 1.00/1.00 vMB 2
937,994 937,994 000000000000000000007822bb7eba3bf2ff748560097c5768d0a684d6d046d6 3,667 1.00/1.00 vMB 4
937,993 937,993 00000000000000000001281f4d71c9fcc29bb4cd7c80e82b9bb000ad5da76f54 3,767 1.00/1.00 vMB 3
937,992 937,992 000000000000000000013283b38baf9b60ba5c54128088f31d51f8d825241db1 1,879 1.00/1.00 vMB 1
937,991 937,991 00000000000000000001bd96c5201616a5c58aa6460f0d926cae714223666c93 1,634 1.00/1.00 vMB 1
937,990 937,990 000000000000000000011df95cd4107d7067d0922401f7a417234fa527cdd91e 1,175 1.00/1.00 vMB 1
937,989 937,989 000000000000000000003d0b2fde484bb5fbdc4f6e62b78447215a16a4bd414b 1,339 1.00/1.00 vMB 1
937,988 937,988 0000000000000000000197b9f7057f303aef1f4fa62d2b2d7ea3a28fb203461d 1,292 1.00/1.00 vMB 1
937,987 937,987 00000000000000000000c4c17b923a6224e0450c5467a3797fbfbb3571312954 1,199 1.00/1.00 vMB 1
937,986 937,986 0000000000000000000163eb88a60abe7b8ad65128585ab11b87280107c41746 1,458 1.00/1.00 vMB 1
937,985 937,985 000000000000000000009b03d7bd31202d46d0a5dac3b50bf6ff0674b0ac2fc3 3,153 1.00/1.00 vMB 1
937,984 937,984 000000000000000000001c04f97d926cde2d9d5943a96d81944bf5d26cb07fa2 3,227 1.00/1.00 vMB 7
937,983 937,983 0000000000000000000034f35ff3c2f92b94d6fc2cf6f6e82c40b99645504b59 3,328 1.00/1.00 vMB 2
937,982 937,982 00000000000000000001cc8532ebe9ee60c4568c30b88c48e1f8a79c183d94eb 3,908 1.00/1.00 vMB 9
937,981 937,981 00000000000000000001076fae9e1357b649ed3718f07fb3d7c476208777043a 2,688 1.00/1.00 vMB 2
937,980 937,980 0000000000000000000175facb61b1a48d3a41eb92a4c4504cafcb5e19ca11b3 3,320 1.00/1.00 vMB 0
937,979 937,979 0000000000000000000047880d5cddffd8a3d9c614ae69ba5e725cc1e6980a3d 4,758 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.40 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: 4,083.42 GB
    • Received: 223.64 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.