Loading Tool

Explorer IconExplorer

Memory Pool

81,905 transactions
30.17 vMB
0.16464740 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt f717c42e9fb93d50baaa4beb060b96c1252fe4674f663cd1f617fc567a7e2bf0
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 22f480107f999a4e1eb50d9d7e03ea12e68f755d6489c8daef6cd6bee97b37f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.06206760 BTC
Feerates: 1,002.91 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (441,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,888 473,888 00000000000000000120368c7144d34c725d2f2bf04b35d694c047b0d2e3d77e 691 0.38/1.00 vMB 138
473,887 473,887 0000000000000000001d28601aec2609ea73a555493dc8b4d2c17680fa10b747 2,007 1.00/1.00 vMB 227
473,886 473,886 000000000000000000f628076d624a3b0109c4326c2d5a8c2baf5a8aa4324816 850 0.39/1.00 vMB 184
473,885 473,885 0000000000000000017c475304ead863172d4157178185af025c1ab0df69c66f 1,195 1.00/1.00 vMB 92
473,884 473,884 0000000000000000005d33ac93ce9d3f15e726c6cc859a544bd4e1b1a694e6dc 1,151 1.00/1.00 vMB 114
473,883 473,883 0000000000000000017f052eadc2b455a7a83011b7ce2f04d225e000f7c4e690 1,702 0.82/1.00 vMB 180
473,882 473,882 0000000000000000003aed2f599e2035671a21bbb843dc895524ebb66c1f1391 2,004 1.00/1.00 vMB 195
473,881 473,881 0000000000000000005bdebe0cda06c9719ef4d1939a7480a29d1f8bf49c0c39 856 0.43/1.00 vMB 223
473,880 473,880 000000000000000000ee120eb8c79732b0208b9e406e5611f9679f17edae77c4 1,475 0.69/1.00 vMB 186
473,879 473,879 000000000000000001496fbf7c82e68f768d8392cf8817f1a7b04454b0789eba 2,221 1.00/1.00 vMB 269
473,878 473,878 00000000000000000030d2435cd844c8a2e366285536b62339a503e6bedfdc60 1,718 0.85/1.00 vMB 199
473,877 473,877 0000000000000000012ca35e7061a04702eb9fb83f1affe8ffd45b8792eb4b10 1,297 1.00/1.00 vMB 124
473,876 473,876 00000000000000000134228b293056ce676c949ad6653056bf92fe16bc3b0b30 460 1.00/1.00 vMB 35
473,875 473,875 000000000000000000d9920b365e644143c42a69a3344bfaf64b1c4544d16f6c 95 1.00/1.00 vMB 8
473,874 473,874 0000000000000000012ba6d0e1cfa58a811aed2effaf2e0b6fd0c33705ef4594 740 1.00/1.00 vMB 56
473,873 473,873 00000000000000000025c52329180a619bcad988a2c39d521cdfac0b1bdf1e39 146 0.28/1.00 vMB 84
473,872 473,872 000000000000000001653005e6aea844fb067b00a964051de4a086285640edb5 1,364 0.69/1.00 vMB 194
473,871 473,871 000000000000000000c8cc324d632ef54324e1617dca938d64684a2afa499ab8 1,425 1.00/1.00 vMB 113
473,870 473,870 000000000000000000f9e2704644efa8a6128699e25e6f712213d2f4be57abbf 2,020 1.00/1.00 vMB 72
473,869 473,869 000000000000000000d406d0877091e6c3b666038fadf1c001dcc040f0f59169 1,758 1.00/1.00 vMB 36
473,868 473,868 0000000000000000004585e0471e220831a5e153d39b331eb3537d13d1733c29 1,842 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.