Memory Pool Memory Pool Refreshing

4,596 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,057 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (76,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,997 830,997 0000000000000000000218ef1bde27cb88fb1202fdbe7466f3a8aa5777e31073 2.11 MB 482 11
830,996 830,996 000000000000000000013c58ff38057abe0d73345a2b49ce9673bca318313c62 2.26 MB 3,994 12
830,995 830,995 00000000000000000001b2f4a79fa2258b4d1fe30958392772a1bc5939aae272 1.68 MB 3,060 15
830,994 830,994 00000000000000000002e9f3b9485d218465253dd75610c2bc14ca6d25428417 1.66 MB 2,957 22
830,993 830,993 000000000000000000029e565be9948b96b3db9ce27e161b2ed7eac459406dfb 2.14 MB 3,518 14
830,992 830,992 000000000000000000026204782b9e1fe54fa1adbd574f02fc82c61b69eb1505 1.63 MB 2,891 14
830,991 830,991 000000000000000000016df2481b09e6aee49c6c00c6e0d2e2f348448eb222ff 1.65 MB 3,436 20
830,990 830,990 000000000000000000024bb9ce5fb0cc86dbb0857b27710367297e526f908ae2 1.62 MB 3,635 23
830,989 830,989 000000000000000000020a2d8ccb52a45295ec39d006b716d04eb7a88a002a33 1.62 MB 1,571 11
830,988 830,988 00000000000000000002fc5d7faf62e1e8c462b3fd24040f35370a9751b3c9bf 1.59 MB 2,090 15
830,987 830,987 000000000000000000023eb20b93e4b0461cb71eb1a485bfeaa32be0f3b8cb09 1.21 MB 1,364 15
830,986 830,986 00000000000000000001c066ed039f1b5c949e9b9d59f98ff3846cf21e70a417 1.28 MB 1,786 17
830,985 830,985 00000000000000000001db963f642f526bb185f551e5d6d3fa3b06d71c74e0a6 2.58 MB 2,367 16
830,984 830,984 00000000000000000001fd75d15bc649eb83f52ecc999999e6676f96fac6dd87 2.93 MB 1,762 15
830,983 830,983 00000000000000000000e9b74ff9581a1860ab32b183962025ce021181b45d9e 2.81 MB 2,058 15
830,982 830,982 00000000000000000003685a9ba969a2cb405f3377d6b766ea3c31cd71ccf0a7 2.79 MB 1,730 15
830,981 830,981 000000000000000000007c8beb9d42df3fd8f7388e8a5b8e3615d8ced326de07 1.62 MB 2,733 16
830,980 830,980 000000000000000000007aa032ef6537be2a25dd2a02e3f1041fd776a6ee10de 1.58 MB 3,495 20
830,979 830,979 00000000000000000001768579613e0cb0781050c58406b0166a1fb7825f8350 2.60 MB 2,565 17
830,978 830,978 00000000000000000001ff3dc52ea25d7b5ef477c540119d6e2456a84205cf78 2.23 MB 1,695 14
830,977 830,977 00000000000000000001b27006120f013ebf1fd99c7fb1e8fdfe59392295dee5 1.42 MB 2,317 14
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.27 GB sent, 94.23 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.