Loading Tool

Explorer IconExplorer

Memory Pool

77,653 transactions
28.89 vMB
0.07950256 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 0d5c5a0cd8e6ccc1bf1ffdfe1bbd086d23fa2597bfcecba1925f19ab88b7119e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 73d9ad719c8cca3279f053559b4b88d27c62e21e53559c974eb8f45a34ceb622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01931268 BTC
Feerates: 81.07 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (129,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,763 785,763 000000000000000000003df7a2498f14f689b86e2e6f3a02b16ce53b5a58b110 516 1.00/1.00 vMB 2
785,762 785,762 000000000000000000044690ac88eb370e3a22abc2b5edfdb6e9b307136c088a 3,838 1.00/1.00 vMB 12
785,761 785,761 0000000000000000000075556aef1052c9e158a3b17af977971be6b2beb5360e 1,359 1.00/1.00 vMB 4
785,760 785,760 00000000000000000005dbd28a3d30c30dd455335b86a33244b8a8f4fbe5d485 1,386 1.00/1.00 vMB 5
785,759 785,759 000000000000000000009b0fef409f9833eb8cd43cab484830797ac6335aacaf 2,352 1.00/1.00 vMB 6
785,758 785,758 0000000000000000000222f6c59d47f517f31bba01f96e373289ddf32ef17338 1,452 1.00/1.00 vMB 4
785,757 785,757 00000000000000000005c4ca7cbd84284661e168c8791024ded7a9c0bb6fdb7a 1,923 1.00/1.00 vMB 10
785,756 785,756 00000000000000000003abc2915f0720b8b8a9e5647b03c951756dfb3f924d07 1,029 1.00/1.00 vMB 4
785,755 785,755 00000000000000000002eddc1ca46a5b0f1110171a9b6f7340ed33ba795e7d91 1,328 1.00/1.00 vMB 5
785,754 785,754 000000000000000000029d0de8904ae516d166826d32e00e127f1d7afb5a1fed 3,233 1.00/1.00 vMB 13
785,753 785,753 0000000000000000000394c9bd3b8de9228e778c77ba1790416d58f603f646e8 2,249 1.00/1.00 vMB 16
785,752 785,752 000000000000000000031afeab84a42a8ce04b045b3c81ebb64d2cbe061fc45c 1,093 1.00/1.00 vMB 8
785,751 785,751 000000000000000000008d8b18721c075580bbdf80ad98d313530f283acd595b 40 1.00/1.00 vMB 1
785,750 785,750 00000000000000000005503f4f8b6accc5d2f6913e36e923e79edf08e4622fb3 1,013 1.00/1.00 vMB 6
785,749 785,749 00000000000000000003827f6c77f1402b8cc08e2b47bb910f2ed192d9996ffc 81 1.00/1.00 vMB 1
785,748 785,748 00000000000000000005d6098c0772f37615753fd8df87cba2357f18e0e31216 1,273 1.00/1.00 vMB 4
785,747 785,747 00000000000000000002c1cb9572e495eb490094f6e41898b37337140f1f482f 878 1.00/1.00 vMB 4
785,746 785,746 000000000000000000045bdb808a4b1a9dbec35586492cc769a96e20d7a79474 2,035 1.00/1.00 vMB 10
785,745 785,745 000000000000000000050356f9c4e939e060f09bde03f1c0326014a2933ea5c7 1,185 1.00/1.00 vMB 4
785,744 785,744 000000000000000000045546589442b25f70337c1ee60e9e6510e70f112ff269 1,790 1.00/1.00 vMB 8
785,743 785,743 00000000000000000004afb060bf1be582cff810de4525df4a78123752b4265f 2,725 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.