Memory Pool Memory Pool Refreshing

2,878 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,489 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (811,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,856 96,856 000000000000cc6da0816dfd98f8101e6fd73e88a57f855ce6212b30e9407844 0.00 MB 2 0
96,855 96,855 000000000002b23ab8c8cad54418520e94e570e52379c88dfe133c25cfc024ef 0.00 MB 3 0
96,854 96,854 0000000000040146548d29563c5dfb17ab2ef2d9f66ad66e748eff0a594b788c 0.00 MB 4 0
96,853 96,853 000000000003f6c8ee6f2d0b50289b887fb775db870aea45809e1a675b27cb2f 0.00 MB 2 0
96,852 96,852 0000000000044c7c7ee3d71391549a1b4b99702f9ba929e06f3b21c05db22e54 0.00 MB 2 0
96,851 96,851 0000000000041f40b60ffe8f1bb64461327391de78942ed2d6b58e362f1f3ea6 0.00 MB 2 0
96,850 96,850 000000000000f9ecf24a08c9cda5545b75990561f0d2dbc65c85d866aaf2b7b1 0.00 MB 1 0
96,849 96,849 00000000000520307f416f1c0df21ae288378c7820ce58768b5dca2d6122560b 0.00 MB 2 0
96,848 96,848 0000000000031514db72d6044d676ba7b2d582f1399bd6c29f59b08a60cf58ae 0.00 MB 1 0
96,847 96,847 000000000000a9c25f6d614a15b5b150262aacacaa9cca328852090869020836 0.00 MB 3 0
96,846 96,846 000000000002fb82a487effbe89891d53d94e07c475c90cdc76ffdd506825c7e 0.00 MB 2 0
96,845 96,845 00000000000064a180dc280b849aefa8a0c56b545674bc3377b90f4347481952 0.00 MB 3 0
96,844 96,844 000000000004b0bf03e2467460b9495012c494e70bdf28297edfc6d8fb7e7c4c 0.00 MB 3 0
96,843 96,843 0000000000038cfa8457a5f09d7e08acbba0edb157123a329ef6863e85b20c36 0.00 MB 10 0
96,842 96,842 000000000005546af63d29f4d7ed689105e7135437dcea8e057592b9de73e6fa 0.00 MB 7 0
96,841 96,841 000000000002a6d43f79bb93f9fb323a32f9256d69b93cb5840ccc8b591ba1f4 0.00 MB 7 0
96,840 96,840 000000000001b7795f702cac39f5f0ed5bed6435c94b37aa9adfbb798614870c 0.00 MB 1 0
96,839 96,839 00000000000463c166e3d6d8b347cf5f25ff50468a43f8e56f5b85a28abb9372 0.00 MB 2 0
96,838 96,838 000000000001a8e08b6fe22702b2698622be7f1be3d21e39d652444b3edac6e9 0.00 MB 5 0
96,837 96,837 0000000000043c960629055fce36115748fa1e4d4907c8603919e701cd5f03bb 0.00 MB 3 0
96,836 96,836 000000000002896a06598c9f49fde1a024e1fd7b34ba76dc140af2fdd572e729 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.