Memory Pool Memory Pool Refreshing

1,134 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (853,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,076 55,076 000000000cfc00730d5a893f3b715001ca6f63803fdf1cf5e10cac22bf2be085 0.00 MB 2 0
55,075 55,075 000000000da743ed438feac4db77263aed0682a921ad393e4a03b0d857150f41 0.00 MB 1 0
55,074 55,074 000000000f543e9ebbf1788a4a3cba4d3a867375364e90359f77c896c7b4925b 0.00 MB 1 0
55,073 55,073 000000000ec8cd262235cddb3785c493f53b3be63a70aef13af008d07d806c0e 0.00 MB 1 0
55,072 55,072 000000000ba8ad0277bbd69e672cd5395bcd1374a7e7395d9d81116747268e5d 0.00 MB 1 0
55,071 55,071 00000000139e70998e1dd04e59c905d9d64f6a46e850354105e9aaa5a2e695d0 0.00 MB 1 0
55,070 55,070 000000000639b5dfcb3193600ff9afbf04344eae21578096a76b3d36a6325727 0.00 MB 1 0
55,069 55,069 000000000f0160346abcda39e982bb80d283ece24d6da5debd5ceb444466845c 0.00 MB 1 0
55,068 55,068 000000001334aafea75b934d5f9ddc15d3e212696fed7c959de13bcdde598606 0.00 MB 1 0
55,067 55,067 00000000116a833df0ae72e61f9ebe6d347fb274c73fcfa39c6e7f2f2d234649 0.00 MB 1 0
55,066 55,066 000000000d873aac214ed751d91b133b523b571135067a0a68ebad5e49802d50 0.00 MB 1 0
55,065 55,065 00000000029e26f5ef50a365b2a24ccddcccbf257f1ac37e5c1d54d03eddf024 0.00 MB 1 0
55,064 55,064 000000000f267149c01e6d434e2ed71dd2e81cb430efe165e8c10f3043e344bd 0.00 MB 1 0
55,063 55,063 0000000012b14a61d17de23828cef81f4c011d05367311134333b19fca72c7cd 0.00 MB 1 0
55,062 55,062 00000000075df922a68cb9cc7aff7631a8acd3de3cd161bb5fc33a1819e5172c 0.00 MB 1 0
55,061 55,061 000000000f0a4fe531ce45a00b520a404332cce8742fa8eea32eeb9c0207c3db 0.00 MB 1 0
55,060 55,060 000000000fc174dfe9bf679533a79834715c5072451b8ee30641dd2e05f0395b 0.00 MB 1 0
55,059 55,059 000000000865fbbb878bc293bbb49b817b87dc91f24802d33a20129c20172275 0.00 MB 1 0
55,058 55,058 000000000ca0ff34921259c52620510f30b40a51d30306abc0104143888b621a 0.03 MB 6 0
55,057 55,057 000000000bbf6e3d4121b3f31b52d55e036e3d6331986d7c7755a38111527367 0.00 MB 1 0
55,056 55,056 00000000108c2a294a1263bbfe586109edf96d3e6efff75c3c274b020cbf63b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.