Loading Tool

Explorer IconExplorer

Memory Pool

77,964 transactions
33.32 vMB
0.14181160 BTC
Random Selection Loading Transactions
Max Size: 188.61/200 MB

Candidate Block

Mining Attempt 97fbd2a25581b1d5dce7f7889e57706b16158551dc53cf27fe56daf95ef9a711
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root 7744e9f7f45fdea37fa07fb0a6a70553314207d180fbc143efce94817ed97f82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,154
Size: 1.00 vMB
Total Fees: 0.03564803 BTC
Feerates: 150.61 > 3.57 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (80,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,542 834,542 0000000000000000000339b09a5fe5d1a869cb680dd18270c6c012f49bf20aea 3,086 1.00/1.00 vMB 34
834,541 834,541 0000000000000000000285b9896793f2fdadc5c8e53bc7f15c26fc5e33447da5 2,914 1.00/1.00 vMB 35
834,540 834,540 00000000000000000001b8e858a567eb7eaac044298029a32bf15b0a13fbb357 2,162 1.00/1.00 vMB 20
834,539 834,539 00000000000000000002d0debf94096ba397efbdc36c71a37f7bf5f8a476caf3 892 1.00/1.00 vMB 20
834,538 834,538 000000000000000000012aef4ba61b3c23d5de0e99ca8ccd0095f3bd3b79d52b 2,140 1.00/1.00 vMB 22
834,537 834,537 00000000000000000002250624f233d586306f24186f29f2ca1bbf92b1fae252 2,568 1.00/1.00 vMB 21
834,536 834,536 00000000000000000001c668d161dd66c82a07e072a3853b3c11e32640c8f568 3,307 1.00/1.00 vMB 31
834,535 834,535 000000000000000000011daa7736edb0eafc62e49b19f507a1e56e5437842a96 3,029 1.00/1.00 vMB 23
834,534 834,534 000000000000000000029d5940f14458c04e15f0e766528265aec55f95b5a8b9 3,195 1.00/1.00 vMB 35
834,533 834,533 0000000000000000000001f0f28d8a3ea3d8c7432535570dcead4127d2b240a7 2,973 1.00/1.00 vMB 25
834,532 834,532 00000000000000000002ec2604cd158492510784d5441a87b52ebd5e56912fb9 3,384 1.00/1.00 vMB 36
834,531 834,531 000000000000000000035c5b953fee7d38e1c129f47b074f3c90a0c98a9e838c 2,983 1.00/1.00 vMB 23
834,530 834,530 0000000000000000000033a1d787ba5225d4e12547b4fef3df8c4d0961596b0f 3,388 1.00/1.00 vMB 22
834,529 834,529 000000000000000000035e8496dd0084aa06d1298492eaa2b63b78822bb4a8df 2,058 1.00/1.00 vMB 23
834,528 834,528 00000000000000000001706f70d29fd8361750e33e7e0508c66643e6652adb85 2,335 1.00/1.00 vMB 28
834,527 834,527 00000000000000000002c816e562dfa2e60e010ce9f722256305dabf808ed19b 3,676 1.00/1.00 vMB 30
834,526 834,526 000000000000000000007fe1002c2d272bed9d87a5ae3bd48d67e746f7e83888 1 0.00/1.00 vMB 0
834,525 834,525 0000000000000000000294e80f95aa9a8b5b0e000cb97960089ec99541e31cc9 3,055 1.00/1.00 vMB 36
834,524 834,524 000000000000000000018709dc7bead5c2146847fbbb1e0fcef3025fe2b02e39 3,111 1.00/1.00 vMB 46
834,523 834,523 00000000000000000000c9a08237faacd8849b95bc2185ccaad1de9545a0e28e 3,406 1.00/1.00 vMB 32
834,522 834,522 000000000000000000030150df3f2a92dfe5be13ad1ae6e0b596217106f582cf 2,540 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 783.12 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: 737.88 GB
    • Received: 18.60 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.