Memory Pool Memory Pool Refreshing

4,755 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (573,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,166 334,166 000000000000000010088893cc1f31860ee4aca1cbdf037cf6147002bbee9af3 0.35 MB 1,030 43
334,165 334,165 00000000000000000e434e95907082a9fd7536b18cf630e00b39052f40e56da6 0.07 MB 170 29
334,164 334,164 00000000000000000e02e57ef219a3797b1b8c439733def4da8ee5526e95d67d 0.06 MB 93 29
334,163 334,163 00000000000000000b349040a3a089ba316198e08462a0652b857c56c836e929 0.20 MB 442 27
334,162 334,162 00000000000000000f82c9e8f71d3250162f07c786f1f67a3f59d76c64379998 0.20 MB 213 15
334,161 334,161 00000000000000000465d501d9ace7ccc419ed6933ca8d6afd2b3928fbbb9756 0.75 MB 1,325 25
334,160 334,160 0000000000000000059afe3b4193756dedfb081170ed78e49c7f09e8269b6e4b 0.24 MB 425 22
334,159 334,159 00000000000000000e0745f8acc4b3dd023693420c13460b4f03bc69b8ecc199 0.36 MB 274 14
334,158 334,158 000000000000000000a34fe72159c10bc4fa48fe9af454d884829f7fc23e74d0 0.35 MB 343 16
334,157 334,157 000000000000000000f1fe83cdc4e356e7fe05318d9a806977cf1fa84112750d 0.50 MB 1,205 26
334,156 334,156 0000000000000000099a267bcff49a8be5ba6bff37b522420fda397c6db7b065 0.15 MB 590 54
334,155 334,155 000000000000000018b1195541a1707cbcdd4e731be17b0e673a17d612582c58 0.20 MB 532 32
334,154 334,154 00000000000000001b456a56a0668ce305fe16a2300489e32bf0ad43e7f86435 0.03 MB 56 26
334,153 334,153 0000000000000000056c1c9ea5e623b23e3ed26e7e23a0046258325af3b30767 0.06 MB 115 18
334,152 334,152 00000000000000001795fb7ac0b517a8f421993ceef6160b4ed81be056b61f00 0.45 MB 826 24
334,151 334,151 0000000000000000000119adb3da72742b1eba98f9dc26f73858e91652b42287 0.29 MB 523 21
334,150 334,150 00000000000000000fc8b4bfb9f64ae5563f647665015bc7b0b1b77d055ad884 0.24 MB 499 27
334,149 334,149 00000000000000000c3b45617145770a01141d1dfa56394f6869af68ad113ab2 0.13 MB 229 24
334,148 334,148 00000000000000000751f2bc6107b2d1110dfa7bc5e1eae4ec5eb2c60c0fcf20 0.05 MB 127 16
334,147 334,147 000000000000000009761059de13167ba97e150f1ff1c5098e7f6fc29757d8b3 0.08 MB 196 28
334,146 334,146 0000000000000000125fb75abbb2c8a8ec3c09de06d478027ed9b9fdd4f300d1 0.33 MB 599 24
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.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.