Loading Tool

Explorer IconExplorer

Memory Pool

41,918 transactions
33.29 vMB
0.09908463 BTC
Random Selection Loading Transactions
Max Size: 165.00/200 MB

Candidate Block

Mining Attempt c9371063723772148be65e3922bb2a8cae9769ae3f7b8b7fc0aa9a7a5403ede9
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 41772d42e6a8a33870519a5d6f57fbba1a687a8b90e7606c8da3e74d862ff7b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02708773 BTC
Feerates: 150.68 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (80,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,681 833,681 00000000000000000002937a34e9d9eb61cdca3c22f2f7cb5cb5a58abc9ad77a 2,117 1.00/1.00 vMB 16
833,680 833,680 00000000000000000001f5ba85786e410c775ce49ef5d2962282de54522f1f52 2,151 1.00/1.00 vMB 18
833,679 833,679 00000000000000000001615b3071b558de6bac3157308c4e11b2d2b166a0264f 1,563 1.00/1.00 vMB 36
833,678 833,678 00000000000000000002e26b0c2db17918318b1204d2ea4afe048881b2a47194 2,948 1.00/1.00 vMB 23
833,677 833,677 0000000000000000000237e3ff6defdd6c3fb6494417bd4309bb8d057469f642 2,919 1.00/1.00 vMB 30
833,676 833,676 00000000000000000000255ac8cd7954a084902304f6ca36eed7c304400b7c68 2,198 1.00/1.00 vMB 15
833,675 833,675 0000000000000000000249e2601d6389d7f4475ef5d0d1bd7fbf0aa35e793d89 2,358 1.00/1.00 vMB 28
833,674 833,674 00000000000000000000f0ef57fef32b90234abe6cb63ce1d50cb0ed61b01743 2,152 1.00/1.00 vMB 22
833,673 833,673 0000000000000000000291912c8c15aced924bf7ab2786352d36cb4ce36fa277 2,724 1.00/1.00 vMB 31
833,672 833,672 00000000000000000002fa756032d4d1a2a250cb71f16a125b39e65af95235c7 2,547 1.00/1.00 vMB 53
833,671 833,671 0000000000000000000008a02ba4a643c19a0dd9def34cef52f1749124d69c80 2,136 1.00/1.00 vMB 63
833,670 833,670 00000000000000000002e2c49c24b7aeb59e90357c5124f3d7a1435d6ee26357 2,045 1.00/1.00 vMB 41
833,669 833,669 000000000000000000013afedeb3e48ffb8faae2fe0960c11d91e690514c5293 2,468 1.00/1.00 vMB 18
833,668 833,668 00000000000000000002ad60dee1c704f1946d5c3bc28b01719e972acce17019 3,382 1.00/1.00 vMB 21
833,667 833,667 0000000000000000000170f2213d4be8e1a65aa8bf863811157c733a83eb6b7e 2,408 1.00/1.00 vMB 15
833,666 833,666 000000000000000000028e34ff39b31aa518437b244f4251094026e6558f32a7 2,124 1.00/1.00 vMB 19
833,665 833,665 000000000000000000020f320e584ceb11cf45346194d8a3466f4333b51cd410 2,678 1.00/1.00 vMB 36
833,664 833,664 00000000000000000001ae0611ba729b99d36e3a18594ffa2a038316459d9a99 2,302 1.00/1.00 vMB 27
833,663 833,663 00000000000000000000a73fc83bd5dc5f5c54890d4b756b048b8f619e703a61 2,742 1.00/1.00 vMB 38
833,662 833,662 000000000000000000037a809da7024d3026f37c3ab4ffb599aca256c78248ac 2,173 1.00/1.00 vMB 25
833,661 833,661 000000000000000000013fc1fabc12c71a6903e0e332d177cedef129b1351082 2,686 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.60 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: 623.96 GB
    • Received: 11.52 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.