Memory Pool Memory Pool Refreshing

4,228 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (353,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
554,320 554,320 0000000000000000000d05438e89e6502ccfa30dfc9da590b603eddc1bc98863 1.04 MB 2,463 9
554,319 554,319 0000000000000000002168d15f4e74cd2bea84a7603ef1ee09322e167208c747 1.13 MB 3,009 19
554,318 554,318 0000000000000000000d93b02c794cd260e5c68b894b7e4f0e726fb664770ec8 1.22 MB 2,346 10
554,317 554,317 0000000000000000000304fecbc0083c8d45c113c9c8727dfe14401092c994d1 1.17 MB 2,708 16
554,316 554,316 0000000000000000002bf22a9a829df8a5181461ac0c5db856657c1c684ed721 1.26 MB 2,837 28
554,315 554,315 0000000000000000000e0d3a46b57450ca7d3af3533f8e682823b48035cdf725 1.17 MB 3,062 19
554,314 554,314 00000000000000000000f9ddf54a988298f928a8e0ba7b74e904c19f9208dd9c 1.25 MB 2,453 26
554,313 554,313 00000000000000000012b8d37357c19a639b501613f68910094a8dc3214c2637 0.36 MB 597 14
554,312 554,312 0000000000000000001da0a91711acc0bca5fb09b8ef0207e00c0014fb148fc8 0.43 MB 504 6
554,311 554,311 000000000000000000097685f0203607dd8ab475f80433dc2f9b95cc56ebb170 1.13 MB 1,955 12
554,310 554,310 00000000000000000029a339202e5d4aee5a2e51fd1d77d658b81a5a4bdfd192 0.05 MB 136 31
554,309 554,309 0000000000000000002b3afc234d00835bcc0db3f8e718ec8e95d7ba15f3a043 1.21 MB 2,475 16
554,308 554,308 000000000000000000214f53ee82ab9709c847d4a9a1505053c20e6a648a70ac 1.11 MB 1,642 9
554,307 554,307 00000000000000000007dde26f26b5d15a7904b970c4f36db179df5e1dd89d35 1.16 MB 1,386 3
554,306 554,306 0000000000000000001a6897be66e3cb49d77788bb68a5fac8be2859e577917b 1.16 MB 2,772 7
554,305 554,305 000000000000000000251b0680824cfaaebe76251b433ed9e5aac7440d077e69 1.41 MB 3,289 24
554,304 554,304 000000000000000000157907bd2a2162bcfc6bc35699a19b95b5d5e2689694dd 1.29 MB 2,680 30
554,303 554,303 0000000000000000001067e1e0ae3a057f0a733ce16bd65f7669496b40414e5e 0.11 MB 201 11
554,302 554,302 0000000000000000002c95eeffa405ca85fce5755cbf6e7dea3cf4074a6f3fbd 0.65 MB 1,386 13
554,301 554,301 0000000000000000000277dc5feffefdd99a83f2ed33e13bbc2096dea549648b 1.04 MB 2,010 13
554,300 554,300 00000000000000000018b6d47a4b996afe8d00f1d8119f8081fb6f8c7dfe970d 0.65 MB 1,219 12
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.