Memory Pool Memory Pool Refreshing

6,912 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (540,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,115 367,115 000000000000000004a7d12132c81dbefd54045fc9f5fcd11c9fe2ae8b647c10 0.07 MB 119 31
367,114 367,114 00000000000000000cb52aed5eaa2b92ad5a3741ab436356f64ad987c29dfdd6 0.70 MB 617 17
367,113 367,113 00000000000000000288f0a0874c23965bd55d639d073512dd3a875a639410b6 0.75 MB 665 25
367,112 367,112 0000000000000000047fcbda737603005835e0fdc270b7629d3ae2137135069a 0.00 MB 1 0
367,111 367,111 00000000000000000f5e28a55acf7aa30b8c7e6c519593afff6c7e671a15c248 0.68 MB 539 24
367,110 367,110 000000000000000005dd8a49a8bd4173006d9d8e23d3ff1336b4774c040888ad 0.37 MB 321 21
367,109 367,109 00000000000000000c33ee06f15c4fbda2f965cf3249b03961887c2d5e7e99e6 0.68 MB 1,198 40
367,108 367,108 00000000000000001156fba6934aa12239997b544de08c05683bc0bb1e403cca 0.99 MB 627 17
367,107 367,107 0000000000000000109dd18d24f5e45f98bdc7fc25ce454535f6c77a73ed0250 0.75 MB 415 16
367,106 367,106 0000000000000000148faca3ec1ec915b864fbd9b4e2e0237eb072fdbe993ebe 0.93 MB 835 26
367,105 367,105 000000000000000006fc492e7e52be9ef73c46600ba9cc9424398cc606082663 1.00 MB 985 28
367,104 367,104 0000000000000000143190abb02d6ecff18b905853316e3e374dbbcdbc495022 1.00 MB 1,576 43
367,103 367,103 00000000000000000aa2315085ba5d2e431425227e5946f6d97f18673916b42e 0.68 MB 461 22
367,102 367,102 0000000000000000129c1855a52afc9a82470b80fa24a0eef43ec8be151fae49 0.00 MB 1 0
367,101 367,101 00000000000000000329dc73821984891d039c5a8087522510784619c1468e71 0.60 MB 572 22
367,100 367,100 00000000000000000aa14ddcc3bcc8311df95f065bd7dcc581b0c4ec77200226 0.37 MB 443 26
367,099 367,099 00000000000000000775d7db0ff93b2ce3698736ecbe44bbd52261837fc4cb31 1.00 MB 896 19
367,098 367,098 00000000000000000fc39f1d2ea60fa4ccd4d8bd249a1a714cbc6e67797b2832 1.00 MB 1,918 68
367,097 367,097 000000000000000004ad2ce5bc4982e193406d1f0b4a9cac763a63ceeebf357d 0.23 MB 422 44
367,096 367,096 0000000000000000033f07d150da71c951eed20c7bbcffbfaaf9ffd204e549eb 0.55 MB 1,002 46
367,095 367,095 000000000000000012d3ce8966791d8b3d54aaed0f85c35880e7cecfbd15cf6b 0.04 MB 54 31
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.