Memory Pool Memory Pool Refreshing

1,963 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,955 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (868,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,265 40,265 0000000075ad75b643fb92abf7342ca0cf2942fba7c968c83944e795e3de82d9 0.00 MB 1 0
40,264 40,264 000000006154a5bccf9582ecf54a827be8cbc1754e7e8416b2a235c834746980 0.00 MB 2 0
40,263 40,263 00000000881e62e04e5e0b25e72f228a44ee96a9b49167ade19b8b31d24742e5 0.00 MB 1 0
40,262 40,262 00000000076d8ea0a2f4f273e6bade2e2b3107f60e1534205668b2cb6b74316e 0.00 MB 1 0
40,261 40,261 000000008b212bd99aa51cc76b99194262e592d6fb973c26b95197f51a72693f 0.00 MB 1 0
40,260 40,260 000000002a17e91e759aa5e1ca3f3cad07767d63401ef7296c0923692787b076 0.00 MB 1 0
40,259 40,259 0000000011baa91386fd35a6605a3e57558e322a58ea2d2f0e653e39c0794aae 0.00 MB 1 0
40,258 40,258 000000007665f09eaa5e42cc3cd634452bdf7f8a0fb0eff4cc3603dde89a2115 0.00 MB 1 0
40,257 40,257 00000000580e60d1cde234a9bc6c74a2e482f20e2e362e3f48e05b2964135bc2 0.00 MB 1 0
40,256 40,256 000000003ff10998b87dab4e0116cc9d012bad269e4a8ede64963b03e15c15a6 0.00 MB 1 0
40,255 40,255 000000001b956d066d80d65a5d9a50fcda15dbef1264c423d9ca59459621c94f 0.00 MB 1 0
40,254 40,254 00000000243d058d32e0a095b6e9651b8f2208a8a634f92a4b175f4997281c30 0.00 MB 1 0
40,253 40,253 0000000024e3381b1cf6593131855e140e0a798a67852f973ed8194724bec5cf 0.00 MB 1 0
40,252 40,252 000000003474e5eafc180285fa87b849729968c63da879b30d1a18ddbec0e596 0.00 MB 1 0
40,251 40,251 000000002ca7a0a6163590d5f693c7e6edeeac83946ba3300569621a222e83da 0.00 MB 1 0
40,250 40,250 0000000031307b4caf35b075af9e3ad1687b16bb56a683dc5f85482aa1b86410 0.00 MB 1 0
40,249 40,249 0000000036f42f9deb641e799ef1162944beaa6cbc8df0e41d8fb279fcffb21a 0.00 MB 1 0
40,248 40,248 000000007e219124e083bbbdfb16a7a88cd76caf16dad425f0a129c3e50c3fae 0.00 MB 1 0
40,247 40,247 0000000014b362f896fd46fc6e2e244791e6b0e7aa3936bea74b7883c7d0fbcd 0.00 MB 1 0
40,246 40,246 0000000024a6ad9b7548f2efcba656ce810eacaed224e9db11bfc8c948e0fb7f 0.00 MB 1 0
40,245 40,245 000000001f6201de9ebc9bf853210fed12df5eb3372c7259c142edf1fb6b725d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.