Memory Pool Memory Pool Refreshing

8,523 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,521 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (828,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,568 79,568 00000000002df4f7b9cc63898bbdf89044adec61cf184c73462d324a536ca23c 0.00 MB 1 0
79,567 79,567 00000000002a7319986c5dba64a7a01121f8b4a42cb2d397799d30d492c6bde0 0.00 MB 13 0
79,566 79,566 000000000027215bf6efc43976470009ce69070f9fe67bd0173703f05e6344e8 0.00 MB 1 0
79,565 79,565 00000000005b2798df831a4f6e1872ae2f2bf216893136a19965ef2613f06a9f 0.00 MB 1 0
79,564 79,564 000000000026cbf556727b5817c1172b549c28ef56188f2f4d09e2f69b4a4ccc 0.00 MB 1 0
79,563 79,563 0000000000356f14f7356ea15b8521d29fc89e9d6fd1888b7b79d5b19cb07e3b 0.00 MB 1 0
79,562 79,562 00000000003ce442a0617c48f7ba06047bb47ad30ab3d2cf624d08108c7cab72 0.00 MB 10 0
79,561 79,561 000000000059190d95b139792a4e46b15c05e5fccaf37740641bae99b44617d8 0.00 MB 2 0
79,560 79,560 00000000000831b16e18c528c00b1cab31a26cb6951e1d9a15f58512f8a0cbb6 0.00 MB 1 0
79,559 79,559 00000000002d50041f8ae69315191773f3264dfddd60ada508309bdf2e00def7 0.00 MB 1 0
79,558 79,558 00000000004cfb9c62468a797cf6e84cd63ec6322dedda29314b04d91ca22aac 0.00 MB 1 0
79,557 79,557 00000000004bed1261de00ab1350a205e377fa6f996e0780cb87c682d20e4582 0.00 MB 1 0
79,556 79,556 0000000000277c047a039d0f6fcc3b9b015b6c0006edcc312cdc9fd8d016d388 0.00 MB 6 0
79,555 79,555 00000000001ee2c9bf81d8f95671eafc1636054ba2a79ab131e563b68a91c15f 0.00 MB 1 0
79,554 79,554 0000000000091d479d60df9a07fd642f12ea724083af77872d29638736fefbf7 0.00 MB 1 0
79,553 79,553 00000000002fdc5a5b4e8bec75a7e0097a4a80861a9d7b4da6682199e2d4012f 0.00 MB 1 0
79,552 79,552 0000000000506ed87fef944f3d68a3f76e0b8be612024dcd0bc4533398c20086 0.00 MB 1 0
79,551 79,551 000000000041a7e0e1b4b9bc0e26048fc8c5e72cdeef712e85dfcdd890573298 0.00 MB 1 0
79,550 79,550 00000000000f2f00b6d0dabe18fbcbaeefae6a2ca41a85100c7aae90da4bb1a1 0.00 MB 1 0
79,549 79,549 00000000002dd699491568443a761574ebbf19c6c67e2b7925033c7c8e4b9c1b 0.00 MB 1 0
79,548 79,548 0000000000449005bb72d5263980320927ba87b14088c5c0a1eebe9539004b8a 0.01 MB 5 0
Previous 10 blocks ↓
Total Size: 769.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,677.65 GB sent, 96.48 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.