Memory Pool Memory Pool Refreshing

632 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 629 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (616,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,897 290,897 000000000000000022175dafce9604ba8f4589fbee0e486455004b33b9a40826 0.16 MB 475 34
290,896 290,896 00000000000000008f8e0f0f3be4937e16b83b44c062d6dcd79cd264838feebe 0.05 MB 128 41
290,895 290,895 0000000000000000a7f1d8b3fab58a145cbc105ccb7c792b1836670f4aa1e39b 0.52 MB 1,266 45
290,894 290,894 0000000000000000cfee47fc8ef4a6033cead8b30532d55d4feb77dc9c360ce2 0.24 MB 600 40
290,893 290,893 00000000000000002259ec08ea37ae96ab8703259fa7f04be083047703bc1152 0.20 MB 401 38
290,892 290,892 00000000000000008e58e323f6462846d6d6b4743c7bcbee47809e62f4e03fee 0.06 MB 120 35
290,891 290,891 0000000000000000f9fcfcd21cb18c5cdebbd4363f6513bf05fedd1916753359 0.01 MB 20 38
290,890 290,890 0000000000000000ada840bbcf0af4401bf03855e44fbe3083cd4581dfcea2a8 0.22 MB 488 46
290,889 290,889 00000000000000002c434f9951d57b1267b1085ed9519e6681ffedf2e94a398e 0.10 MB 191 24
290,888 290,888 0000000000000000568ee1cc413d70937290869babda98480f58f0590c9a185a 0.34 MB 853 42
290,887 290,887 00000000000000006e4025e81f56875bc292ad382eaa2f650091466c8781655f 0.32 MB 492 33
290,886 290,886 000000000000000040520d70fda984261362e098afddd56d9f2a437893a6b53a 0.31 MB 624 41
290,885 290,885 0000000000000000bfe8b97d1f3d50bf13ea2f9656c6fd8b35d9941efd9aeb27 0.05 MB 16 3
290,884 290,884 000000000000000045f4c554fc3ab31143559e4744f79917f29b9722968f6391 0.14 MB 160 22
290,883 290,883 0000000000000000c6f5c7ba0f11777af6640f3784d165223427dc26d2b5b3a4 0.35 MB 713 32
290,882 290,882 000000000000000085878ade131cf6cfed32c3780198c640b44670311fb40f58 0.25 MB 700 49
290,881 290,881 0000000000000000301ecb1164a71cc90d61bf271aaf58969b26344226f6bbf7 0.38 MB 866 39
290,880 290,880 0000000000000000b640973d8bd2e3c12805cede230929f490d849d2e27bdccd 0.12 MB 252 37
290,879 290,879 0000000000000000b5eff953aa720477279ade874eb827edae198a2b1c539eac 0.10 MB 150 30
290,878 290,878 000000000000000076cd52ed78cf32563e8ba1f1a478bbddca8213b60ec90ec2 0.15 MB 190 28
290,877 290,877 00000000000000009aa31c8d60eedc17759d686efc5a75a667c3cdd4926cc0dd 0.32 MB 382 26
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.