Loading Tool

Explorer IconExplorer

Memory Pool

76,729 transactions
27.69 vMB
0.07905477 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 94d8b2c553469c05078ab818d31a3023ff13c53c2a2785a9b634f137afb7d56a
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 690cdd1adcfb01764934de9fe71dd7b4175c1d2718337b960e32a4ee055fd922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01991913 BTC
Feerates: 402.60 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (219,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,698 695,698 0000000000000000001198513cfff3bc1258e39a52225ba10e1180d0b21f5b0d 153 0.06/1.00 vMB 18
695,697 695,697 00000000000000000011c2e92fc07125d554290d00dd66e173698dea7beeec0e 190 0.06/1.00 vMB 19
695,696 695,696 000000000000000000011857b7120c4fe8876b0e03ed9e95301d987df4da9475 2,017 0.84/1.00 vMB 5
695,695 695,695 0000000000000000001104fe73e2bab1674ec80eb3bdde46ca3da3a7811d0591 2,387 1.00/1.00 vMB 14
695,694 695,694 000000000000000000079447d11ad905c4bbd8e8db62d3dd05b522c0f8c87693 1,032 1.00/1.00 vMB 5
695,693 695,693 0000000000000000000793b3365a6b2908eef1b7d5f2f4a2ed60ed0c6560e437 1,145 1.00/1.00 vMB 12
695,692 695,692 0000000000000000000830695f7eea83dbfc80d72bbbd9ff1d4bb63d2ed79319 454 0.14/1.00 vMB 17
695,691 695,691 000000000000000000085ba115970fb1b44847c064dafe31db4dd61dc60da667 2,065 0.63/1.00 vMB 11
695,690 695,690 00000000000000000000bb9d92741bb396328a7a3fe18bea21888d4cc516898b 3,177 1.00/1.00 vMB 13
695,689 695,689 0000000000000000000d1d38fe5a857ad03b4db86c4f0e2fd7c4128336696711 1,638 0.58/1.00 vMB 12
695,688 695,688 000000000000000000027dafbdfb4be828660011db3a9bff2fbbe8318ad99077 1,858 0.84/1.00 vMB 9
695,687 695,687 000000000000000000033547cd316c95f3bf9289b3b22f570e8eadca364b0e27 3,063 1.00/1.00 vMB 9
695,686 695,686 00000000000000000011f7ef2ece337f3db2f2f648c12811d4463941a64d4b66 3,177 1.00/1.00 vMB 18
695,685 695,685 000000000000000000077739bdd394f5c826b004d4a2b13b61fac8daeae531dc 589 1.00/1.00 vMB 3
695,684 695,684 00000000000000000003da97a40d872d898fbf07c1cf2fb55fb19902fce34baf 2,255 1.00/1.00 vMB 7
695,683 695,683 00000000000000000003e4cf71df5490277d3a1a4dab98128dd1d674414039ac 1,517 1.00/1.00 vMB 11
695,682 695,682 0000000000000000000fcd196a1c2becb1b56984ef865557190c7bedffa94503 2,488 1.00/1.00 vMB 15
695,681 695,681 0000000000000000000350b4f0f176b20ac55b454bdf382c5a25bffe48fdc5f3 1,278 0.52/1.00 vMB 2
695,680 695,680 0000000000000000000d3467a2123d2f2fc67cbb72762ae6e13185e5b05551e0 3,056 1.00/1.00 vMB 12
695,679 695,679 0000000000000000000f5c4a3ad027a5c45b4df30e37d8898e624702ef00fe9a 2,928 1.00/1.00 vMB 18
695,678 695,678 00000000000000000000c9fbed86f34d27b3fd0f57b8df50e090b18fdebaac9b 1,533 0.66/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.