Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (578,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,653 329,653 000000000000000018dd1379bad889d15dd69c2c66aacfb1c33e46c6211bd55c 0.07 MB 113 22
329,652 329,652 00000000000000000fdaf0bd80f48be30a682f2f0fc40dd6dc25604fdfb0fac5 0.07 MB 129 28
329,651 329,651 000000000000000010e9f7d13889c7868970d9af62e3b32095c1333854ebd716 0.03 MB 53 12
329,650 329,650 000000000000000007d948f0c33323d690de9f2dfcd658b54b19ee17c2e76caf 0.12 MB 163 22
329,649 329,649 0000000000000000140b8562b75d5fe5cf53bbcd606ff3a0eb0043f5dbed011d 0.40 MB 546 21
329,648 329,648 0000000000000000071577195b12f785de602740fd517569daf1bfb8267c1fe1 0.39 MB 745 26
329,647 329,647 00000000000000000622decd6127a65facf2f35cc76e3fb95016df121a43377b 0.14 MB 244 25
329,646 329,646 00000000000000000ee741d6efca4bbd8c209530a38f4b55fd1aa681ce44e1eb 0.13 MB 317 35
329,645 329,645 000000000000000012797e2ca221007fe6e81ce0308a2b66097941d28f9820bc 0.28 MB 394 25
329,644 329,644 00000000000000001480f83d360bf2faad3e734c478cb72c6fe3c8a2b2210e6f 0.11 MB 102 21
329,643 329,643 000000000000000013f3bd079ccf5feebb28b3f8c59a03024e300fcd3c5e2d28 0.48 MB 690 22
329,642 329,642 00000000000000000f9f583321a8a12f4a99305a61970b0971e55f6f0e0852c1 0.08 MB 256 42
329,641 329,641 00000000000000000237909c5f7bf63ed76b229c275e5f16b99a32cff0d47bbf 0.86 MB 1,157 23
329,640 329,640 000000000000000009ce8494565e3b6e1f6033ae7566089e20beac9da69af64b 0.45 MB 739 25
329,639 329,639 00000000000000000163a2a7dddfe6977b811dc1efbddd82d3cad50d25bcf2f7 0.47 MB 1,059 29
329,638 329,638 000000000000000004642866a003bc76ccabb3293a362948a93d1f349e41959d 0.10 MB 160 17
329,637 329,637 00000000000000000ac1fbb89bc2d1606feed08b80ec0ce335a68d44bbd76e65 0.01 MB 32 31
329,636 329,636 000000000000000008c5f1ac2798ecc7b61365ee83a6b8a08b88a89289518d46 0.06 MB 194 30
329,635 329,635 0000000000000000069d99c4b7abf4dbbc4755ae52c14744b75e1e4c1c9633ad 0.50 MB 992 28
329,634 329,634 00000000000000001b1225137a780dae52a5f31e972785a8f68414bf1d42eaaa 0.14 MB 319 25
329,633 329,633 000000000000000000e648c7627a1c451a2fa59036843552f2b285f76ea626cc 0.54 MB 999 26
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.