Memory Pool Memory Pool Refreshing

9,144 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (614,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,129 293,129 0000000000000000b5f265933672fe2cd8e5a718616bcb97779cfb4b0fc3af6b 0.35 MB 381 22
293,128 293,128 00000000000000002856d8cbf194a3210ef1e02fd5fa781605a7c8ef09549e48 0.35 MB 926 44
293,127 293,127 0000000000000000394d5c9298d0b0f9a0b4d8783c22ede08c9b56dfa310e5dd 0.20 MB 362 29
293,126 293,126 0000000000000000a0b0c342410d8e3bdf1f1ec3305a37e4d9673a9f583f2164 0.31 MB 575 32
293,125 293,125 0000000000000000026629ad1bba29aa437e2180aa73d01fe098ddeb7f4e702e 0.60 MB 790 27
293,124 293,124 000000000000000034c423b71dafbbaa26670e5910be7874d6855027bcd539a5 0.35 MB 462 21
293,123 293,123 0000000000000000246502dcc16703accbfa28aa54c3668ec5e879d21cdf0d7a 0.17 MB 512 68
293,122 293,122 00000000000000003d75f99273b94cd14c090e0f02efe5c4a6d288bd2ee0a456 0.35 MB 976 50
293,121 293,121 0000000000000000806097308665c9e120a5c7ed640a6f577243f6ff26b700c7 0.31 MB 424 24
293,120 293,120 00000000000000000549976484477c9df1647552f2f9466bddebb079f4d93454 0.33 MB 487 30
293,119 293,119 00000000000000002e36c2414bf823a6c07bc22dc44d84fbb3f75e3adece83e3 0.11 MB 41 13
293,118 293,118 00000000000000002ab5ee8ec5680ca6b5a387e6cbc8c23a9a703e78b8e3055a 0.35 MB 459 24
293,117 293,117 0000000000000000920140f36e2fd99a19c86a8087e7562fd8ac9def47de0aee 0.04 MB 69 45
293,116 293,116 00000000000000000bf1b475986cc7ac7e5765332c2a497e24a68d5fea676e34 0.21 MB 331 31
293,115 293,115 0000000000000000043b668fc8250198c1c97759f82c557d21c92b5c44dea3ed 0.20 MB 346 27
293,114 293,114 00000000000000005c778ab2c422f3364bd8a1301b3457878203cc7c74e0af30 0.11 MB 119 22
293,113 293,113 0000000000000000b8dd64770fd75a3cf24b2f6111a5c545e7c0e40534a0fbb9 0.21 MB 512 41
293,112 293,112 0000000000000000b03a5b3f1a352145bb88e05d9481ab6f14f3afc54e4a640f 0.02 MB 34 15
293,111 293,111 0000000000000000d24e495366ff8f8cec362c0cac4583f8f42bb9c3739b564f 0.24 MB 435 33
293,110 293,110 0000000000000000600a4e20fee8754a328e663c4d6455f24250205b4fe769f9 0.04 MB 14 4
293,109 293,109 0000000000000000aede5ef6e469351c672ac6e6c022a089f2e8f4ae2330476b 0.01 MB 17 50
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.