Loading Tool

Explorer IconExplorer

Memory Pool

37,242 transactions
26.87 vMB
0.06065566 BTC
Random Selection Loading Transactions
Max Size: 136.52/200 MB

Candidate Block

Mining Attempt 659a294951ed2c68b8b73827acaf3564c758dd08bb7b01be88490e29aca1a400
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (91,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,819 822,819 00000000000000000000dc975fae77ca9b7513f9d5d1e1788eb4f65f238cc75a 3,775 1.00/1.00 vMB 106
822,818 822,818 00000000000000000001d054041114740cb277577bdbf6a6cc06b15d7fb10f3e 3,489 1.00/1.00 vMB 124
822,817 822,817 00000000000000000000314c3eb570181a1bbf619a62fd1d4f45b06e30116547 3,556 1.00/1.00 vMB 80
822,816 822,816 00000000000000000002a25ca42ca0c2e4f6ec590d7970f455f7b65571b53bd9 4,223 1.00/1.00 vMB 106
822,815 822,815 00000000000000000002655bf5238b0716a0d02107fb56e811a39be26b866205 4,358 1.00/1.00 vMB 84
822,814 822,814 000000000000000000015a8a29e5c4e1b7e9a5823a686e29e0cff941f25c67cf 4,319 1.00/1.00 vMB 110
822,813 822,813 0000000000000000000239771e3c61d4265ebbfef2901a7d48be7bd8f7537b4e 3,190 1.00/1.00 vMB 133
822,812 822,812 00000000000000000003172e6d2429f4e812e0427732c0bdbc01b93593c745f4 4,431 1.00/1.00 vMB 78
822,811 822,811 000000000000000000014903d87f6200f267df14f5dea7a3d10a6bfdbefc744f 4,199 1.00/1.00 vMB 80
822,810 822,810 0000000000000000000372b2b61d33bb50ef288a6d38039410e893a5183a1d4a 3,928 1.00/1.00 vMB 85
822,809 822,809 0000000000000000000274e0059929a01556ce2949fe06a2224d8131f5fa94b4 3,239 1.00/1.00 vMB 73
822,808 822,808 0000000000000000000005ee60886b0cd75062b5e14bd56ea0e9b32d57428cdb 4,949 1.00/1.00 vMB 73
822,807 822,807 00000000000000000000c3774d45f19a23cb161ee09636e9c30f243ff7830c07 4,762 1.00/1.00 vMB 90
822,806 822,806 00000000000000000002245292dfc54b7963111c4940efa9b9f3d788777dd32f 5,110 1.00/1.00 vMB 86
822,805 822,805 000000000000000000032ae1854e6645dc5f654a383fa0c8b6989e675cd2ff03 3,966 1.00/1.00 vMB 113
822,804 822,804 00000000000000000002314207adc85b9ca22b15670b421f8f2a92481700bd18 4,655 1.00/1.00 vMB 88
822,803 822,803 00000000000000000002abf19af67a3984df97e545355cd6e3a6fc1ea902d138 4,753 1.00/1.00 vMB 79
822,802 822,802 00000000000000000000d6283945a1b80810cd007aeccab3bd48a0d6b55c7cf2 5,567 1.00/1.00 vMB 93
822,801 822,801 000000000000000000001f9dde7de6b376ee80471c556903c98c8d03e230a3d8 4,562 1.00/1.00 vMB 94
822,800 822,800 00000000000000000003420d16edbf1ee06deb651eb0618e66abafd9be84dd3e 4,038 1.00/1.00 vMB 65
822,799 822,799 0000000000000000000052e5afe24d5579b37d105b6f0dac664cbe0ea795eba6 4,722 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.