Memory Pool Memory Pool Refreshing

18,916 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (106,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,873 800,873 00000000000000000004b44dff947433f20c49c2db97086f6256dd8310136588 1.60 MB 2,729 10
800,872 800,872 000000000000000000035638702c0b0c328a1fc424ee39d29e69a986212922c1 1.31 MB 2,147 12
800,871 800,871 0000000000000000000381f3e47d6ecc553fc3ec2148dcf111c4b14cd5ac6a06 1.58 MB 3,139 18
800,870 800,870 000000000000000000019d33e5f10c08bb83446c2d06f50ec54bfe98bdb2d201 1.61 MB 2,524 8
800,869 800,869 00000000000000000000cc405b505a4784c3cd48ec7f1cc717c4b272d57d7366 1.54 MB 2,835 15
800,868 800,868 000000000000000000004943d5abd3a8665aba2f1c45bec0887593ab4818097d 1.53 MB 3,201 15
800,867 800,867 00000000000000000004a76eaf4d990e690cbca36fb3aac4a47ecd33b6aeb190 1.73 MB 2,862 11
800,866 800,866 00000000000000000003c0260a9c653bbac12f6b7aa60b0f81ef0cd98df0f9db 2.13 MB 6,939 6
800,865 800,865 00000000000000000001a5d92a055735c58cf4ff35b980abc1f335a220fbcc6f 2.17 MB 6,752 7
800,864 800,864 0000000000000000000260b5cc43e881e0cab722ae2d1ed186707cc0608cd85a 1.54 MB 3,202 7
800,863 800,863 0000000000000000000458ff74f2b49ca51aa7344bcf41cb69570c622e12a9a6 1.57 MB 3,152 12
800,862 800,862 000000000000000000043fa13790572fce87f4d77a6ab2c3b198f6679428b2fc 1.62 MB 2,939 7
800,861 800,861 00000000000000000001b91456703bacb8ac59039c69f842e7833f3b71a5d15f 1.96 MB 5,415 8
800,860 800,860 000000000000000000011b59f7a17b0bf028339f745c9384126238a2e1e02389 1.83 MB 4,757 6
800,859 800,859 00000000000000000001a63a4c52d52fc2ce5c2dd1937a267d7906718c4492c1 1.68 MB 2,758 8
800,858 800,858 000000000000000000037fbd8e67d9102e57a3b097579b219e2ea3103ab73aab 1.45 MB 2,881 11
800,857 800,857 0000000000000000000141365d6fb4d48ee8b685010998cca0f469892e954b35 1.50 MB 3,026 21
800,856 800,856 0000000000000000000526c5ad81c9f2e69a872287765e36be3569f9d55f57cb 1.45 MB 2,814 11
800,855 800,855 00000000000000000004574e3a3ba3cbe9b5ddb6a6b79c0eea268665d1d5dcfa 1.77 MB 1,657 10
800,854 800,854 0000000000000000000414c3047a79c53c1060b12871e23dde8fd87af6487216 1.80 MB 4,552 9
800,853 800,853 00000000000000000003f0d2b0e3f5755d6761bc736a921a53a80944c375740b 1.57 MB 2,908 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.41 GB sent, 92.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.