Memory Pool Memory Pool Refreshing

4,858 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 518 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (820,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,906 87,906 0000000000039da21703649e7450952f0728f05ccd38a41027ba59504951fa0a 0.00 MB 4 0
87,905 87,905 00000000000201c376c2d4b70428878f1f7f304e7160871f2b47d2d3c068d906 0.00 MB 1 0
87,904 87,904 00000000001a3d932d279b1d17d8d59d6b2c859fe588bae0bac32e061bcdf7dd 0.00 MB 1 0
87,903 87,903 0000000000087f019be7c39832bcf3b386ee607273e06aef94e6675d9c042a86 0.00 MB 1 0
87,902 87,902 0000000000163fa02d84265e7ae41a103f08fd0c7f07ac282ae68335a8ab2c67 0.00 MB 1 0
87,901 87,901 000000000010f95c4b2bd5c210ff0bc3b630df6ff3ddf2864db146f2ae3205a5 0.00 MB 3 0
87,900 87,900 000000000003790e79bdc45deacbdb028b8a2b5a373ff209f3b14aa6ae43dbdc 0.00 MB 2 0
87,899 87,899 0000000000070daf30bf0d967b39743d7171d3632177a964a205bb4caebd458d 0.00 MB 10 0
87,898 87,898 000000000002643b77358919b88a629967cdefcea8ebfae8aa950800b8a5b7c3 0.00 MB 2 0
87,897 87,897 000000000016bbe0bf352923a8ad4891d2d6f7c427643662ed9f4190f7a9a310 0.00 MB 1 0
87,896 87,896 00000000001648bd0696c82b92fe2ccd9db4be9c648b2fe5b9321ec8387ae6b6 0.00 MB 2 0
87,895 87,895 000000000008bac29bcd8bf557fb18cc13649e5f79710f568f7376d65ead2685 0.00 MB 9 0
87,894 87,894 00000000001d3bda1283c63b3c56986ea9a06f444684dac282242fad877c6039 0.00 MB 3 0
87,893 87,893 00000000000bcbc4e3fbfb448f6f65703c783b5702f858d86e619ea2d2be226d 0.00 MB 2 0
87,892 87,892 000000000008014a038b94666d3677fce06c2ea3bccb50aa6d52ab31e3e1829a 0.00 MB 2 0
87,891 87,891 0000000000154d83c20a7a72977fedf612dc470e18828c275c8ce056aafc739a 0.00 MB 2 0
87,890 87,890 00000000000b109aa14ebbac29d342e415d391bbf976f2a8f3cf086366359e73 0.00 MB 5 0
87,889 87,889 000000000004c6e9009e06dfbb03b6051402d271e64de9ddbeeedf8702565124 0.00 MB 4 0
87,888 87,888 00000000000e2a4a12a1a1fc20cf420da110759885223bddbe639b77b91279aa 0.00 MB 1 0
87,887 87,887 0000000000029a071dc97ac76b69e51bf566a21e71ddb148ebb014aa8ee4e014 0.00 MB 4 0
87,886 87,886 000000000014f8cdf767e082d81c7b9feceb7c14824a725f4053aa2e7178667c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.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.