Memory Pool Memory Pool Refreshing

7,235 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (779,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
127,905 127,905 00000000000007807097bd0cebff45b4408b6bfcefb245d01f7eccf4b408a97c 0.00 MB 7 575
127,904 127,904 0000000000002662cfa71613f8312bb5c0006dfa2e9c1a9bac2584e79ab1e640 0.04 MB 150 50
127,903 127,903 000000000000157c9e69f4a755e009657069516b49d0b627e2d32e3a9eb74f08 0.00 MB 15 679
127,902 127,902 00000000000004bd53bdda485da98e994abb5336d754ab397c7a1738f4f56311 0.03 MB 60 878
127,901 127,901 000000000000186042e76c6274c6db03799ca0038de6b6485e5b67573f076513 0.01 MB 25 2,403
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.