Memory Pool Memory Pool Refreshing

6,602 transactions
16.40 vMB
Show Random Selection Loading Transactions
Max Size: 90/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
886,621 000000000000000000028bb10000000000000000000000000000000000000000 ago 1.00 vMB 2,414 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,620 (1,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,936 884,936 0000000000000000000031822e632e3c3c2fb75d53c4e2dad4e226dd818a999d 1.66 MB 3,407 4
884,935 884,935 00000000000000000001c9ba50234a51ded1f13c6e1fb166a3563d599f00b382 1.85 MB 5,024 3
884,934 884,934 000000000000000000026f27ab45525e96eff904d8302b200bd309625795802a 1.91 MB 5,407 3
884,933 884,933 000000000000000000009187ea75755410def2d1aaae435bf6052a774f062951 1.87 MB 4,989 3
884,932 884,932 000000000000000000008cb0f829c6dde4911f3d92f9602eeb1b22b02580bda3 1.60 MB 3,244 4
884,931 884,931 000000000000000000012b23fa15660290d15a270a47bce89fae3c77e5d11b95 1.61 MB 3,377 6
884,930 884,930 0000000000000000000186ee0cadc76af81fcfcf908bedc77843fc2ded1e7787 1.60 MB 3,369 4
884,929 884,929 000000000000000000026e780336c394daa2648b8f3e04daf77d556e85e95c12 1.72 MB 4,046 3
884,928 884,928 00000000000000000000ef4458cf207eff2037a554520f2af188af8bf8ecd4b6 1.67 MB 3,194 3
884,927 884,927 000000000000000000024bb8b2d1e860f54d649dcbbdc8c593aa09b71cf8b572 1.46 MB 2,854 5
884,926 884,926 00000000000000000000495be40b7fe5ac5521e609a8f3293ea7527506cab157 1.53 MB 3,438 8
884,925 884,925 000000000000000000021cce6f155956d56c2b6f150ad635b3c457add44790dc 1.68 MB 3,949 3
884,924 884,924 000000000000000000023b45a075c51191e66f793429f0138c932fbd7bb5800e 1.53 MB 3,257 7
884,923 884,923 000000000000000000013f65491a7517100d1ed6f16a15d08cbc1090c361d237 1.60 MB 3,399 3
884,922 884,922 0000000000000000000118ef319b980423caf0c86b08b2b6c275ffea6b5bf7b7 1.71 MB 3,765 3
884,921 884,921 00000000000000000001310f1e2ec1face6b5d0b381a9d47eba672c84b83b12a 1.46 MB 2,513 4
884,920 884,920 00000000000000000001297a44d4ebf204c4e906eccff27b8eeddb055d6767a7 1.53 MB 3,323 7
884,919 884,919 000000000000000000002bdf4145fd76e60b228d20032144e322b9b0e3e288c5 2.05 MB 4,680 2
884,918 884,918 00000000000000000000eb9c2018491187ad4d10c5bcff5259c6ded9d4418a6c 1.95 MB 5,054 2
884,917 884,917 0000000000000000000274d1823665fba8be0ee0df64d88549f05cef2926b27b 1.79 MB 4,944 2
884,916 884,916 00000000000000000000563eb1765c2b52bf778741b407ce6034a9604e6d55ed 1.53 MB 3,535 5
Previous 10 blocks ↓
Total Size: 731.63 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: 2,747.86 GB sent, 120.21 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.