Memory Pool Memory Pool Refreshing

4,060 transactions
7.97 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,251 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,473 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,250 (814,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,774 93,774 0000000000076d0142a0da9606e29fff60c3c1569be9164b5d50c309b1021fe3 0.03 MB 125 0
93,773 93,773 0000000000084a497a3440c7dd0f46f301f5160e9e37bb8eb7b1fe0861b05fa9 0.00 MB 14 0
93,772 93,772 000000000009867aeb7b229d4e11cdc458990f48bd31025ec30df46e354d5ce4 0.00 MB 14 0
93,771 93,771 00000000000775e2be3ab336ddb82f47c4d899f682801822d2109fcd36004e27 0.00 MB 13 0
93,770 93,770 0000000000036e6436fc3383bb5d72da428020f3da23cf041dece29148db8e90 0.00 MB 11 0
93,769 93,769 00000000000222424c969c2201e00fb199a6a27b9bd228aac62731e57c404d10 0.03 MB 114 0
93,768 93,768 00000000000155eb745290d9d97f8a2e14b45e4896ec8524ce87fa884559664f 0.00 MB 13 0
93,767 93,767 000000000004268feef337778e24d8dfe725a09dc8dbd917df7d1006f43ff0b6 0.00 MB 14 0
93,766 93,766 000000000008e99f25328ca7e29b4795566d460c4a9192a4838cbec397f6815a 0.00 MB 14 0
93,765 93,765 000000000001472d62b09bbd7972b2709559b76af75aecb0413e48f53d07dc28 0.03 MB 114 0
93,764 93,764 000000000001fabf5afb2044c19d4ca5bc02d8b74d7b29d43be89008069b2c9b 0.00 MB 3 0
93,763 93,763 00000000000494569d09555eb3e476d7a3bd5a1336d612948d02c05d0f62a440 0.01 MB 26 0
93,762 93,762 000000000004e2c9b6f6ae665a4b03c9f433ad09b91c1e2e96afb3647dbb6217 0.01 MB 57 0
93,761 93,761 00000000000276ddacccadc1f0755dec59de744ff6326f4ac242bde506c2e79c 0.02 MB 81 0
93,760 93,760 00000000000489ab02538e426d3d1f56295c7782a1bfa27cc22cd1d752158c50 0.00 MB 10 0
93,759 93,759 000000000008d0faf7f1c38fd1657db34e88f57a09b8d242e89ffd1a33e70edd 0.00 MB 23 0
93,758 93,758 000000000006f0dbb669783c9c444b11d965a289698ee8ef2eb610a74ae90516 0.00 MB 14 0
93,757 93,757 000000000004254d51c15fb53efe9e1bcf305ac1ebbd4c7b6e77e9d5c0fb91a6 0.00 MB 14 0
93,756 93,756 000000000000dd0780d44ebd110ef495c4a6917f7358bde1184822df243419ac 0.01 MB 35 0
93,755 93,755 000000000006a9a5c173676225ad00400da43c659bb302041441075986a83503 0.03 MB 116 0
93,754 93,754 000000000002694b3fbbc5212ec300a233d42df0b2d77dadb345129bdb09bdd7 0.03 MB 116 0
Previous 10 blocks ↓
Total Size: 770.06 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,691.05 GB sent, 98.00 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.