Loading Tool

Explorer IconExplorer

Memory Pool

22,240 transactions
10.68 vMB
0.03461535 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.36/200 MB

Candidate Block

Mining Attempt feee829bdf22efe27cea256e92dfa0f8d09b6c5cf2b69e47fc1a2d4f24c15559
Version 20000000
Previous Block 00000000000000000001211307c0841a441bf8f5dc037f7907c0cd7b556c1630
Merkle Root 67f10e503cbafaf98cc4db6ea4e41a8bc19018b1ed6ecaf0d283a4f197c718ae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01688120 BTC
Median Feerate: 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,569 (843,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,499 70,499 000000000000749d5384c42b139ea77f3ab61670226637731165f3a4a0d10d7f 15 0.00/1.00 vMB 271
70,498 70,498 0000000000d92394a31e7e175f34e0bdf69bf3b7fb15a020707e1b2b2ce1399a 4 0.00/1.00 vMB 0
70,497 70,497 00000000008a244afe6c4f666ab1e4bec5978c4b8f06d9b051bd972ed393f9f9 1 0.00/1.00 vMB 0
70,496 70,496 00000000005e3714d5c9df40e521e303d484aa4626251f91710dbe92403fa34a 1 0.00/1.00 vMB 0
70,495 70,495 00000000016037c3c20fa2b8d88743e1934217ce804b839663818cffbc540b06 3 0.00/1.00 vMB 0
70,494 70,494 00000000001dfdd689979980efaf5b9915640d395d71cfa40c178a1812761e34 3 0.00/1.00 vMB 0
70,493 70,493 000000000058a1765cfbf5a1925e5b12dafc939930fddc7286891d7846cd7e3a 2 0.00/1.00 vMB 0
70,492 70,492 0000000000ae0a45377e5f69f4676064fb4646393149ea5eed32717cc4f3281a 1 0.00/1.00 vMB 0
70,491 70,491 0000000000e640be2be5c13b219e8e8cfa48bb60b0b22ec19421b394bbaff02b 1 0.00/1.00 vMB 0
70,490 70,490 0000000000355a65dcda1aebcaf5197667bfd5af34ab84721594e20be3f713f2 1 0.00/1.00 vMB 0
70,489 70,489 0000000000f95751e78e4f635382564d325353de4276f1c8664728cc0a4cb183 4 0.00/1.00 vMB 0
70,488 70,488 0000000001536e804f17cf08b9f73378c3297ec81352964ae5730fd044109b09 1 0.00/1.00 vMB 0
70,487 70,487 00000000004b140cf0a58f67a3f0f761dad617d8a8fc42d75cf480a342081d34 7 0.00/1.00 vMB 0
70,486 70,486 00000000006d806c20a55c59fe663d8b4e18a6739e9c115cf4f59c5a3c18738a 1 0.00/1.00 vMB 0
70,485 70,485 000000000118c784c288f25d6162478d4fad06fc8dfa3a09ef47578fe05355a6 1 0.00/1.00 vMB 0
70,484 70,484 00000000008438bc63c26c0c33427cafeedd88552579e42654870ab1e76a75b2 1 0.00/1.00 vMB 0
70,483 70,483 00000000004fdf94478886ea4c25a1bece66b3031fb8eff6a179a0406af98b5b 1 0.00/1.00 vMB 0
70,482 70,482 0000000000b41faa76b5e21cdec5d174297b20d197b5d1acffb715808d4b81f7 1 0.00/1.00 vMB 0
70,481 70,481 000000000162ec3f276534d86895a6c47e39e2deb0968daab4356872df124158 3 0.00/1.00 vMB 0
70,480 70,480 0000000000f4f98a3de33a817cdf00498468276f3a44bc7f3baceae4c130d464 1 0.00/1.00 vMB 0
70,479 70,479 000000000017fe0c1423b0cb7b6ce3cf312a6a712ee70058cb28719fffb7574a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 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: 436.21 GB
    • Received: 2.38 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.