Loading Tool

Explorer IconExplorer

Memory Pool

75,831 transactions
27.85 vMB
0.08146970 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt 1650916ece1a7dfe39bcd6029de16b1a7cb8e7406e22a4ccf8c28b6b91f47e0f
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root dca79a0d0efc834572fa2a34909bcd2237a0c8b674d7490e05cf946f17839a6d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02191061 BTC
Feerates: 529.10 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (403,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,744 511,744 00000000000000000050bb076b8e8f53a112ca3dbf23fb2bf6f78f79a206d9e9 162 1.00/1.00 vMB 3
511,743 511,743 0000000000000000000334e5bae5f423909784e6bade35176dcf2723b9c9a9da 1,029 1.00/1.00 vMB 22
511,742 511,742 0000000000000000003914b8557233a8c0c3b81c391c588ab5cad0b7e56a1a9d 1,172 1.00/1.00 vMB 28
511,741 511,741 0000000000000000003e69dadae5eab62a2a6812a1a4b753cfb9b577853d31a0 1,683 1.00/1.00 vMB 33
511,740 511,740 0000000000000000004b04b3bc9e5766248f40b5b2a9fe19c38efae4a2239aaf 1,098 1.00/1.00 vMB 28
511,739 511,739 00000000000000000054c72b4be2d63720b1648388f1b3202c8d9c7436c7ffb4 957 1.00/1.00 vMB 19
511,738 511,738 0000000000000000004180b53525f0c147cb2c23d4c386d26f8c529df28f7eba 1,102 1.00/1.00 vMB 17
511,737 511,737 00000000000000000057da229e2908e423fc08a3320d8639d7ba55ceff4b0dd8 1,329 1.00/1.00 vMB 30
511,736 511,736 0000000000000000005c5191b9f9d4de5cfdcec353eeb7f207a73f172e512161 1,029 1.00/1.00 vMB 28
511,735 511,735 0000000000000000003f472b10b65d5c22b918681e8628579cdf6b98b288be71 695 1.00/1.00 vMB 20
511,734 511,734 000000000000000000561fb407a50d2822acc95e48cff41070defe83c11878fa 348 0.14/1.00 vMB 49
511,733 511,733 000000000000000000082a40910b8b52a032f1642edb68aab91757aec4026509 1,331 1.00/1.00 vMB 29
511,732 511,732 000000000000000000408d872fa1273efe0a37e3ae6832bbe022157f39926f81 1,223 0.72/1.00 vMB 26
511,731 511,731 0000000000000000000d95d98580c245de0c559fbeabaa9f229d8d9e759a4816 2,378 1.00/1.00 vMB 53
511,730 511,730 00000000000000000044c56654e6cc0b6ddf0a5e9bcb63094c4d40c62693bee5 434 1.00/1.00 vMB 11
511,729 511,729 000000000000000000213b31013a2270dbbd877b2bf3892c03f3219ae829dfdd 2,268 1.00/1.00 vMB 35
511,728 511,728 0000000000000000002e7e69edfe3aa5b5d578a93245c10a3287624d8ec4156c 1,287 1.00/1.00 vMB 35
511,727 511,727 00000000000000000053c65827480d03408d2517220572f092e6155e352c8d26 414 1.00/1.00 vMB 5
511,726 511,726 00000000000000000053166c1004fb0fb1218b73803b4768cad1c6076d62c6b9 538 1.00/1.00 vMB 9
511,725 511,725 00000000000000000039783c7237ba1411d9f70371524f1abc2e35e46ca1cbc2 167 1.00/1.00 vMB 2
511,724 511,724 0000000000000000004330b157503309635d87f2201c38a6a01774ada0c7bf45 475 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.