Memory Pool Memory Pool Refreshing

4,504 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (884,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,043 24,043 0000000041e0e3797af87115cf94e6b88dc1728ac538c3ef9b7164416c22deb7 0.00 MB 1 0
24,042 24,042 00000000fad366d01b3eb2a3cf10e659f9795c0ce9b55710caf206b10fe4204d 0.00 MB 1 0
24,041 24,041 00000000a0c01f623c66e7597351d313bd653852c616275229cf9c8daad920dd 0.00 MB 1 0
24,040 24,040 00000000b2e26802b8c8d440a4e951e537b2eea0e0df6a589c3ee0525700d091 0.00 MB 1 0
24,039 24,039 0000000045bc49d36315f778e54e5fc0cec4d62cb1f572f294d314f57b1c80ff 0.00 MB 1 0
24,038 24,038 0000000093cbc06291f9382017670595dcc8564464d57c36eeec28fc129cff06 0.00 MB 1 0
24,037 24,037 000000004143314542b077ae41bd8d7f29bd4676f3af353520b0f796056fef4f 0.00 MB 1 0
24,036 24,036 00000000df330780773f56d29546f704607b466450078833f67d745567d50562 0.00 MB 1 0
24,035 24,035 000000008cfd8d5de7a6beb6da3c5c74befea5ba7c48d76d35f03c7970967c3a 0.00 MB 1 0
24,034 24,034 0000000042ec01627f090a58c21a9403c31f045d9cc8a6fd3a45be609ee37317 0.00 MB 1 0
24,033 24,033 000000001341118779a98c98dc05913618252a8fc4e17df1d061ad737931ab57 0.00 MB 1 0
24,032 24,032 00000000a4c6ee301770e39e8e76dffbbd97e75dc63280c57308f4584b1b3152 0.00 MB 1 0
24,031 24,031 000000000b09be1e3eb9550770472c28c3b2f7b09eba595b7c086cd40567343d 0.00 MB 1 0
24,030 24,030 00000000d2d9fac29bc1170a5b83ffcdd39cea75a54dec0d2f3adc3cc7c1d515 0.00 MB 1 0
24,029 24,029 000000009a40cd16c4d3ac4911cf514e99811c226734c7e8692609a30cd36c61 0.00 MB 1 0
24,028 24,028 00000000c2b1b5c972c408a33f45e93ea9999402efe3b09060b72dc5d15f7dd9 0.00 MB 1 0
24,027 24,027 00000000ed10d04460e561edda77720804aee1d6f786ece3aaca70d3d25231d3 0.00 MB 1 0
24,026 24,026 0000000051e6614c40c7a470725f0d60c459940c72393b06bedbfb3f6b106a1f 0.00 MB 1 0
24,025 24,025 00000000d2a03056aa88f7565235337087c3e23990b3dc8baac21d79b757c3c1 0.00 MB 1 0
24,024 24,024 0000000043e28340a1066ba4e4e03046ab3262c3b4fa971fb6bc1c1279cc0769 0.00 MB 1 0
24,023 24,023 00000000487f09b8f0b1b24469d6308f0951735fe63b1c348739f1d8cf9128f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.