Memory Pool Memory Pool Refreshing

3,442 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (887,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,510 21,510 00000000e7f3b8c509a79464e825011b2c129a386aa9d2a826b91ec770b0b417 0.00 MB 1 0
21,509 21,509 00000000c3103ce5d73b2b4defe2b6a96c78872277d9f793118c6cfbe4a1d320 0.00 MB 1 0
21,508 21,508 000000005c648ca32755293120ec1afe7b210c28a1292fffc403f714328d1191 0.00 MB 1 0
21,507 21,507 00000000fbeb9b5939263f63201a1700da3dbc3c3ee7457a4d2a216022be99d8 0.00 MB 1 0
21,506 21,506 0000000004fa7d69ee11a6d6e67911c8f3600fe248d2fc080b6b30c5a243df4c 0.00 MB 1 0
21,505 21,505 00000000c883a5861cc543102dde143c7ad019c90920f2de2268a271aee5084e 0.00 MB 1 0
21,504 21,504 00000000721c98fa277a5c32a01fa496b5304fbb953c1788411759664a266076 0.00 MB 1 0
21,503 21,503 000000001154ac8cac2cebbd3626c375a6ecff626af0848fb445ea5cc8f7875f 0.00 MB 1 0
21,502 21,502 00000000a3dc5a29aeaec9da897e0944288fe545612cf6f5fb8092c6bfa00ce1 0.00 MB 1 0
21,501 21,501 00000000d5ffe01bf119ead8e2631549b5de71c25ce0081db83b93f6bd55bc79 0.00 MB 1 0
21,500 21,500 00000000c1ba2eef3196cd2bfe90e5cade3df9bd18eb72a7759c5fb5347282cd 0.00 MB 1 0
21,499 21,499 0000000022921921e6b985cbc77f5496ce1c493303c5a3fd54c2cdf6e260a14b 0.00 MB 1 0
21,498 21,498 0000000089458a5ac14f7321ac27c327131f55c2778476439266bad1ba45b0e0 0.00 MB 1 0
21,497 21,497 00000000f44b5b3a13026d51b36540d950b1b7547dccb60ee14c310b51329d13 0.00 MB 1 0
21,496 21,496 00000000a503afcabeb955ebbd0ed39393b94473200616bc9ed5605e37de311f 0.00 MB 1 0
21,495 21,495 00000000053d13b48c83fabf63c1bd9ea4ea58df36c45890a6a8ebbba322ce14 0.00 MB 1 0
21,494 21,494 000000001fad78b1e38b5e1f166579914b2a912d0298e4c20a7bc8ef510cdb2c 0.00 MB 1 0
21,493 21,493 000000006b1f759f1671bec1b17cbd7e34387695e14456d1a7a704638b8f7b6d 0.00 MB 1 0
21,492 21,492 000000002772f19dfb01dd4bdb184cfb4e14b6533daf7642424b972b40200ae1 0.00 MB 1 0
21,491 21,491 000000005d0f537627452fdcdd27d51e52f7795a585ee939ed15cd28f5bb7453 0.00 MB 1 0
21,490 21,490 00000000de2713044e74eab620d70c0f4b3327fde1fa5afb3375177e4c68df41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.63 GB sent, 101.73 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.