Memory Pool Memory Pool Refreshing

1,891 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (780,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,926 127,926 0000000000001f5a31de443329f6aedc8df003a2fda6f84b1bf3cfaa0d24cf82 0.05 MB 130 769
127,925 127,925 00000000000001f14fba438f421d2753423b9b863684c04e85431a8b9b25f778 0.01 MB 16 174
127,924 127,924 000000000000135acd577c05de3053bc37d39da64d24ae735cfe2a6348fa9b06 0.00 MB 8 2,391
127,923 127,923 000000000000196aced87fa0a2cbd5bac5d97c25b7dcbb5cf0a1f58cbfc2df29 0.00 MB 11 356
127,922 127,922 0000000000000b922c05e4bddf9a997b1c3cd52ae3b906a343c895da5592c323 0.00 MB 5 0
127,921 127,921 00000000000005be751510c9df560728a14f325a27cf963523b8423589801bb9 0.00 MB 11 17
127,920 127,920 00000000000003cd613d7c6ec1fbe6c3e5b2c48f95fd3f173c29308401b5c5f2 0.00 MB 15 615
127,919 127,919 0000000000000d369c6dda2b7fb02e842045972585b8ca348dc28e9cc161e368 0.03 MB 36 949
127,918 127,918 00000000000012dce55a040504f05c23dd39fa2eefdf69c0738277feb71fa1d8 0.00 MB 6 255
127,917 127,917 000000000000205b0ae5049394ced9058b287f846709d6bc38ed745496ae78ec 0.00 MB 12 0
127,916 127,916 00000000000005dc1c1356145e9a35607b50589595d5b2aa6ea3b63ff4109e59 0.00 MB 15 683
127,915 127,915 00000000000001f3c4add42f2e0df5133722bccc7f492bf519752afa6cf65a20 0.01 MB 34 549
127,914 127,914 0000000000000fec825cfb12e4bc7338900b28b46c5218a6d4624e2414d48f14 0.00 MB 12 2,358
127,913 127,913 00000000000004e671ea4bed7ea27ca362ea0da27a764e426ff3896d29ccb923 0.00 MB 7 657
127,912 127,912 0000000000000115a01555b05e1e1ccde70189192fad09f9a10bda197fffd133 0.00 MB 8 674
127,911 127,911 00000000000004a919b29e595cbd2968e9369c35569544ad08d7468e0ff8ae69 0.02 MB 69 364
127,910 127,910 000000000000013c7f38bf584730a41dc772897d017f5c4d2066f3efc30c3011 0.00 MB 15 1,123
127,909 127,909 0000000000001a1c2dd07021631012e7ea909c742e9cb2e6e76e39d8784c7500 0.00 MB 6 1,541
127,908 127,908 00000000000018575580da90250c9599b19303fbeab945c29ae828e5aa1bc02d 0.00 MB 4 0
127,907 127,907 0000000000000382e012b4cb53b3b8b09668e25f60f7d5f024368b735bf3539f 0.00 MB 7 1,440
127,906 127,906 0000000000000b5c5f21efadfb6d2888ef78fc71f12ce1edc6ebc21b858becb4 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.11 GB sent, 95.59 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.