Memory Pool Memory Pool Refreshing

1,742 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,742 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (551,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,039 356,039 000000000000000003573851813b1c335e0b5c7dc921c9dad29ffce006777a70 0.43 MB 736 25
356,038 356,038 00000000000000000b250df00a3d200b8289311fb7b8715eef37e3be8ac2ba30 0.15 MB 264 20
356,037 356,037 00000000000000000cf76f7ff1026ef6e21a9f3d544a8dcb87150cca5606a565 0.39 MB 671 28
356,036 356,036 00000000000000000a4a10c0266f50c008a47408692c5d8b37de49957575b9d5 0.16 MB 292 27
356,035 356,035 000000000000000008f026de59eb246554f9e3883eb82ce3b513e1d6dbb1974f 0.61 MB 1,145 26
356,034 356,034 00000000000000001539064311d22228c59035f0566860f74da5ac7ffda99c25 0.29 MB 561 27
356,033 356,033 00000000000000000a8fee572344a634130bf3fbc5c5720672473a9f453c991b 0.38 MB 696 25
356,032 356,032 0000000000000000016bc88890dcfa3f9d81f4a20935d196082c8c529a49ca1f 0.57 MB 1,200 28
356,031 356,031 00000000000000001312753eed627315ac5d875c32a62396c65cc84d3a870db8 0.30 MB 545 25
356,030 356,030 0000000000000000086f1b7480b8433fdb7cf9f6a377196e837cdf3e391509e4 0.11 MB 226 21
356,029 356,029 00000000000000000a0bf90c9e6ff278b7b1f8c7f5c5f8f8b4cf785eab0fa982 0.53 MB 1,077 29
356,028 356,028 000000000000000005acdf29a17e7774d5da92399dbd5f37e9de62dddcedae40 0.51 MB 1,172 30
356,027 356,027 0000000000000000015a4786795b64c8498440229274b7ddd480f74df24138c7 0.15 MB 262 24
356,026 356,026 00000000000000000e224a93f0ceb0d3b522f2b04e2a3b927cfee6cfa9ebe44d 0.40 MB 579 25
356,025 356,025 00000000000000000b7e653d9772e8d3f7eafcd469fa35c414a98523ef430f4c 0.38 MB 373 14
356,024 356,024 00000000000000000b632a156d5ba9fe21f76d4ca42519a4ddc83338cac41bcc 0.75 MB 1,516 28
356,023 356,023 0000000000000000073dc9987c0ea727c804ec98b51cd4bf0984cab249e76425 0.17 MB 338 29
356,022 356,022 00000000000000000c8d9bb93d13e4194dbda534e47785103bf35c6dc9c20904 0.05 MB 116 29
356,021 356,021 000000000000000012588e812d3c4e1442b4db3b4c712ee55ce1c412ffa1ef74 0.29 MB 657 28
356,020 356,020 00000000000000000b5e9911955904a2bc3264d613f313bcdf34dfb7dd847d75 0.20 MB 311 22
356,019 356,019 00000000000000000cd466cb5f71f86e9c2e1ce0c400e6502d1cda8f5beb610f 0.18 MB 328 32
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.