Loading Tool

Explorer IconExplorer

Memory Pool

40,111 transactions
27.06 vMB
0.07630321 BTC
Random Selection Loading Transactions
Max Size: 140.14/200 MB

Candidate Block

Mining Attempt 710a5942c885cade610b31097122026a9871752c6fe1e8b98a1906c19566e7c9
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 0ceccdab2549727a7e19be3f0c9b4549517677efebbc3f0a9c84ce1e706b6b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.02217155 BTC
Feerates: 201.37 > 2.22 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (820,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,343 94,343 00000000000593958717e1cdc262493ed5e27cf06727a3e450670c44f941c3ef 1 0.00/1.00 vMB 0
94,342 94,342 000000000006b547e2f7dbd4939f16e3e5c7286181e9e074fc0e2d79daa0f80e 1 0.00/1.00 vMB 0
94,341 94,341 0000000000091a06e77b9a9939785257da21538af0bd90b1305a0b9192a540b9 1 0.00/1.00 vMB 0
94,340 94,340 000000000002e299c989f428730c22c5cb284a41a2f98937e6dcae6ca66e1561 1 0.00/1.00 vMB 0
94,339 94,339 000000000007885ee75f519ca73014e9c15f9030edd69bf882fee74ad3400602 6 0.00/1.00 vMB 0
94,338 94,338 00000000000626fe5db98bf567ecfaed34ff0502eeeaefc823cf418ae07462d0 1 0.00/1.00 vMB 0
94,337 94,337 000000000006fa0411b286abbe98a146756c92283e33b25a7f748dba822f7ba4 1 0.00/1.00 vMB 0
94,336 94,336 000000000002b407cd250a559e591a85c222437d9c7e7239d00ffede70169ae5 1 0.00/1.00 vMB 0
94,335 94,335 0000000000029607741bf8605d68556618eec99c0dd6fc403479f7c270ec8fd9 2 0.00/1.00 vMB 0
94,334 94,334 000000000006e6ad4293fb79df413d791c6d36e0a92861fb75de732d2fd68f0f 1 0.00/1.00 vMB 0
94,333 94,333 0000000000088b96e5d15002a32a93e9b1219761cecf4bdeb8cb573cd28925ab 2 0.00/1.00 vMB 0
94,332 94,332 0000000000032f6793c70f875440696aac4d7a8a3619c2f1bf6c18c14d84db84 2 0.00/1.00 vMB 0
94,331 94,331 0000000000080f458080d9a3bc9ae0eaf0f395ce7b2fdb8b000f085f1ee0f443 1 0.00/1.00 vMB 0
94,330 94,330 00000000000006c43b85f483ceaa9b6655439def60e7a8300eef380ff7cd44f7 3 0.00/1.00 vMB 0
94,329 94,329 0000000000019f93755f2abfd8ec6ccd33f8ca40281e865009c0c7c294b147c5 1 0.00/1.00 vMB 0
94,328 94,328 0000000000071c7c91a2f70fc09dbf63b53f12a49cd5e8c54a172b67c6d378a2 1 0.00/1.00 vMB 0
94,327 94,327 0000000000043952a24b0af3aee97dafd959de597a15edd5eb29328cbb888cb9 6 0.00/1.00 vMB 0
94,326 94,326 00000000000160f325bd46f577f5ac4497e15d9ae82b921f5cb41b8f1eb64170 1 0.00/1.00 vMB 0
94,325 94,325 000000000008f037725a7ddd43ca36e153039e5cb3bc84364f5d057e1dbdd6b9 1 0.00/1.00 vMB 0
94,324 94,324 000000000007fef537ef25fa5c55b679827f01f107cc61f6f5d4fe18d8efdf6a 1 0.00/1.00 vMB 0
94,323 94,323 00000000000966b315b25bff540d8296b1ea623729c47ff7a0a8a6f85d910d72 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.