Memory Pool Memory Pool Refreshing

12,228 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (729,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,507 178,507 00000000000003aa6d6a9534986c2db9c26cb4c9b8fe17cad993cc4dbc7f3e69 0.01 MB 15 62
178,506 178,506 00000000000001653cac102da16a355c97e673bdfa9d2f1c066351fe20d9bf6d 0.02 MB 43 129
178,505 178,505 000000000000066764eadae0474d5f09009107e3508bc3931ac28c9781893720 0.05 MB 97 64
178,504 178,504 0000000000000988552be17f36d620c259c7a9de2aa7356b4f2d89deb2b1c025 0.01 MB 24 73
178,503 178,503 0000000000000afa6f9c7cf850b8aca527e82532146050590688c850a2b6eb6b 0.00 MB 11 42
178,502 178,502 00000000000008ccf28274e413435cddc592fdf22b28b78fdcc40ee8bfbd11bb 0.01 MB 22 74
178,501 178,501 0000000000000644eac1da9d0beb13e0d8fdbae8bb9a4fbacd8ec245386bf30f 0.01 MB 24 66
178,500 178,500 0000000000000920e795905e4d432dc1e039f31f304277287c1c35316405ff64 0.00 MB 14 309
178,499 178,499 00000000000003a0501747777dd60b4368dcef0b43229e3242ed2eb11c135817 0.00 MB 8 31
178,498 178,498 00000000000004f7250dcf5da0bd3e4c6f157cd0165510b8852693070ad1b320 0.00 MB 17 53
178,497 178,497 0000000000000739b75aa4a5b28f95ac351680fc86aae413287ad34fa3578718 0.03 MB 42 391
178,496 178,496 00000000000008d6a7f6ba6d39a14adf2c680ddde713ff6258203cf119150afd 0.00 MB 16 38
178,495 178,495 000000000000048995fddd90e29452ecd5ebbf070bd548e76ad2c98d314cba7a 0.04 MB 94 52
178,494 178,494 00000000000007680f74c6c3c7adea3b23c375004a99ee00132cf8a94d0d05c1 0.04 MB 98 72
178,493 178,493 0000000000000809b7dd42ede0e0043445d76554336400703b31f99bc1e7426e 0.00 MB 1 0
178,492 178,492 00000000000009f5c8c195232f510a620ce641db0d9f2b91c18912ddb5698300 0.03 MB 83 64
178,491 178,491 000000000000038d1acc51e9acfc44cd16592e80cfaf853ee01560aa25977873 0.11 MB 236 124
178,490 178,490 000000000000039295902b7fba131a97ddb73e378601e1a3ae47548e9752816f 0.10 MB 214 93
178,489 178,489 0000000000000189d250023b778a2f8e6f45b5d5e4de8fa79b7854aabd1af95b 0.30 MB 810 281
178,488 178,488 0000000000000a9c14d2b6a49c646fbdc55e5473017e26ece47d7f0ae8c8683a 0.02 MB 42 319
178,487 178,487 0000000000000630adabdb9e04812ac5f6941c0349eefbf1ca06056b14f310b6 0.01 MB 10 54
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.