Memory Pool Memory Pool Refreshing

8,989 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (626,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,503 281,503 00000000000000001bd119c2c7f10e8b237b04da224279b2d2bc425f29822247 0.50 MB 1,159 59
281,502 281,502 00000000000000023a7ea2807e6c63c82e7e5bb7ee089b56cb1505b8a5044144 0.09 MB 175 44
281,501 281,501 0000000000000000431926ce3aae7a4dac6954aabe99ae163184f76962814be8 0.13 MB 207 34
281,500 281,500 0000000000000001f3fa12942dd204b2b8a5e1fe9eeeca4444e3842674c84ab8 0.05 MB 152 71
281,499 281,499 0000000000000000af9e61ad242772adce645e946a788d9b895c6ad53a77cc1a 0.11 MB 128 42
281,498 281,498 00000000000000000099b88f964de698ef70cf25173f46686e2a2d2b84cf4026 0.14 MB 269 32
281,497 281,497 000000000000000026c8162d6a63c3740c30c3c1dfbf96f93f4085f5aa7156df 0.15 MB 152 20
281,496 281,496 0000000000000001b0cdd1980a7e1e78a1a7a694be61ee26f7f1eef554142a1c 0.00 MB 1 0
281,495 281,495 0000000000000001732753498bd2efd7550c2a28c21d64bb54f6be843ba75db9 0.25 MB 566 58
281,494 281,494 000000000000000141b767b519b1f92f2028dc590e8e5521b801708d4cab604c 0.24 MB 404 38
281,493 281,493 000000000000000004704d7327ce0e9a79cb7e4bef1a09761cd658eff4aae856 0.25 MB 645 69
281,492 281,492 00000000000000018d5e6ded28db76a96736117158e5cedb2a89622813376317 0.06 MB 71 44
281,491 281,491 000000000000000163e78874cd831e3a64d7c2f1d8197663d12555cbe75fc916 0.18 MB 317 39
281,490 281,490 0000000000000001975b6b95cb9694e3f610aa36a9a0e9f448ec385043e14475 0.10 MB 75 10
281,489 281,489 00000000000000022e9e7bcbaaf9d6caa8e6dfca40e40dfbab1f142243f3e658 0.07 MB 40 10
281,488 281,488 00000000000000000130504866c49e044bb5c119821bdd2cb18750cad3439036 0.06 MB 22 4
281,487 281,487 0000000000000000c9f6a5827771cf93ce2e2c89d3eeadc22afc0b6ea90353ae 0.10 MB 69 6
281,486 281,486 00000000000000022c36bc2dd6ff6cbf5088fb0378abe8275bdeca534e169991 0.16 MB 288 35
281,485 281,485 00000000000000006128da2ee0dc404cb8cd5f606af095dc758443755c6c7016 0.06 MB 26 6
281,484 281,484 00000000000000016e2c01c59cff100861775d919d75224a7c8a29ea18e4f293 0.10 MB 143 33
281,483 281,483 00000000000000024681b61578731b1af481ab492e85f9ee4ef1297e44a7d6c3 0.13 MB 167 22
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.