Memory Pool Memory Pool Refreshing

19,717 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (500,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,060 407,060 0000000000000000027cfaf51b5beb5e78cb8188416677b5eddd2ca67e660f50 1.00 MB 174 5
407,059 407,059 00000000000000000480da5ad15f4a7d8b8043fc822c01760466440560effb0a 1.00 MB 796 20
407,058 407,058 0000000000000000064a15fd34d09f1948de8332ad38ae9bc13b787e94628868 0.00 MB 1 0
407,057 407,057 000000000000000003af827d62d2ea8f1824bd939d742cca850133a72a1b042d 0.67 MB 1,109 35
407,056 407,056 000000000000000005c97913183851955c5625e61e555da162946c17e572ab2a 0.42 MB 776 23
407,055 407,055 00000000000000000696004509cea9f6033468c58bd590fe80c31219d675ac73 0.58 MB 911 36
407,054 407,054 000000000000000000f0fff206f9fd6c114d85a38adee805e7fae4c689ffe4d7 0.20 MB 351 34
407,053 407,053 0000000000000000017f6cac7611c3cb2870c5560cabcac4f9e6bcd2242ec138 0.36 MB 770 36
407,052 407,052 000000000000000004bacba3c26734775a3b616dcf091c71fa844249a184fd12 0.40 MB 794 38
407,051 407,051 00000000000000000540ca51a2ce0d2a6d7caa1f1bd1a33d9af8cb7e3c900884 0.00 MB 8 255
407,050 407,050 00000000000000000170ef939ce89e6cb8c06199ebeeb3f483fe32c81855cdb6 1.00 MB 1,489 24
407,049 407,049 000000000000000004583499b13774276e823d1da34e46bcea320d4752b044f6 0.57 MB 999 30
407,048 407,048 0000000000000000057492be1a4e2e196bab06c410787e0b94842c6ab77a6ffb 1.00 MB 2,389 44
407,047 407,047 000000000000000002a89f769be5224878bd48925a661fdb07800486b1be2667 0.06 MB 115 41
407,046 407,046 0000000000000000010d8f75e9586dae7ea4ded88912e39063887db8441dca78 0.49 MB 596 25
407,045 407,045 000000000000000005924e05db66e76ad14c1e72c6780a247eccc518cdec914b 1.00 MB 1,283 19
407,044 407,044 000000000000000004605240ecfb5a9b0061a9036420193975333ce9e7d03677 1.00 MB 2,484 44
407,043 407,043 00000000000000000191abb0321f51637ff34b9a2409aa65e17f0ccc3546666a 0.93 MB 2,756 69
407,042 407,042 00000000000000000368894bbe2d221277d96862963cf320238b5a1f319fe1c2 0.75 MB 452 8
407,041 407,041 00000000000000000491c2ad0d3df85497ca979f17f679cc4a1b40e4df962401 0.34 MB 874 95
407,040 407,040 0000000000000000006190c5aad80274d2fd3b9fd83f61661297c6f93b219f0e 0.02 MB 52 34
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.