Memory Pool Memory Pool Refreshing

1,903 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,147 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,146 (804,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,497 103,497 000000000002afef0025a5d4c9fe2ebf2608946916ce17aba1fd911cdb388053 0.00 MB 2 0
103,496 103,496 000000000003826145d3cdf90b50bb0430d6cdf9432dade95f4c770d17a9065b 0.00 MB 7 0
103,495 103,495 000000000002084d809ccefdca42afae3f71a09ab4fb53c7121513a11975c1bd 0.00 MB 1 0
103,494 103,494 0000000000014919313801e6c9eec1be9ff633cb90781f67b1d4629c04aaa260 0.00 MB 1 0
103,493 103,493 000000000000ee4bf511acb12f60e2198d6cf5823dc1c358fa91f956381b4d27 0.00 MB 2 0
103,492 103,492 0000000000012cf876bc650db29774297ff71ca9213360e0ba8b4b34e9a40e05 0.00 MB 5 0
103,491 103,491 000000000002377d3de7fea014c11b0e033ffa5da7ee15a52f8756201041f91b 0.00 MB 1 0
103,490 103,490 00000000000047afcbb4a20db5f55a057fede210792a365a4713e0653a0745e0 0.00 MB 1 0
103,489 103,489 000000000001c68bcd1ca1979b46f7b66d18d37c15b2bb2681988e28403113b6 0.00 MB 4 0
103,488 103,488 000000000001f4891ff83f6ae0a577c6ddab74ef53cf5711b1fbf5076e3f631c 0.00 MB 1 0
103,487 103,487 000000000002360354f07c2947af3e929fe83cb146ddc79981784d1d1fa61121 0.01 MB 17 0
103,486 103,486 0000000000027dd77984de10016b1d41a1904177b7af6cef7acb70185757e989 0.00 MB 2 0
103,485 103,485 000000000003119d1adad610fa142d9572d21f7496e08a957efdac474bfe7520 0.00 MB 1 0
103,484 103,484 0000000000035c6619bf38dfa492886b087599a863e82e85db7009f8f939e70c 0.00 MB 6 0
103,483 103,483 000000000000eab3453df66e52e730eaca35b3042709e5875661edfe92400a7d 0.00 MB 3 0
103,482 103,482 0000000000022255fd3615dd7f008e4d846bb9fea47374445bc91ea089637b37 0.00 MB 3 0
103,481 103,481 000000000002c1e5fc77d2912f4618868e901da563d43c4cb81683edab9caf5b 0.00 MB 2 0
103,480 103,480 000000000000e7a52ffc74702028c6057781d7f46eb2940c83147510e4982f47 0.01 MB 18 0
103,479 103,479 00000000000089a007d0e358dbaac80b07cbb7ece4dab9e0a96890d8d548a86b 0.01 MB 35 0
103,478 103,478 0000000000020523e037252013e6f9efcef0bb2d16e86d28e01509ded0ef68b9 0.00 MB 5 0
103,477 103,477 000000000002d591d9c3952031baa8d1c6bfcdab53b4cf76e6af87653a36838c 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.82 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,680.61 GB sent, 96.99 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.