Memory Pool Memory Pool Refreshing

2,987 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,648 (889,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,888 18,888 000000004afe9a869b79b503b95b17e97cb206b47b8d4f8fad688d7eb9f1a312 0.00 MB 1 0
18,887 18,887 0000000015d170b16578540eeb6461aa7ac8918ccdddab205f1e60f179e1b47b 0.00 MB 1 0
18,886 18,886 0000000057fb8cfd9cdc6dcdd210b3dad7f96328cdca8653e4d7934c05f36240 0.00 MB 1 0
18,885 18,885 00000000bbca44d62768ab6e1f3629eb3acc20dfe0f4131d0c15c8a013c45a4b 0.00 MB 1 0
18,884 18,884 000000003866358ca0eb188241140e9122930a28eb8695a760c94adde3585b6d 0.00 MB 1 0
18,883 18,883 00000000f71ee6bc536295a6c06d645eeb1a33250e08f4f55199f7b87fd769ba 0.00 MB 1 0
18,882 18,882 000000006836ee4ff2251982ca7a79438e5c2216f443dc8b2cc0474aac99e038 0.00 MB 1 0
18,881 18,881 00000000cae1aafbdad3c28d10754bd5f8fad7c48a9dec8cd73f2e322ec39034 0.00 MB 1 0
18,880 18,880 00000000f899ed61362af664b5a7923ada54b8490c7b7c39a86350096b9bedc2 0.00 MB 1 0
18,879 18,879 00000000f920997fb5a08dd4a6816c32f84ba8253907f04a24154d2acee29b6f 0.00 MB 1 0
18,878 18,878 000000001a08e823567d8720f79ee218e26718e1a0fdda9f2d28c26bd745faf7 0.00 MB 1 0
18,877 18,877 00000000667ffb03dc91e6e62f88eeb93b047160692f0e58905e3a5d0e3f654f 0.00 MB 1 0
18,876 18,876 00000000b800ebac2103271b41d53e7db994ca2b8861d053262fff26b3ece849 0.00 MB 1 0
18,875 18,875 00000000acd10938620164007431473ce9e0f8d91d9b956aed0ad8efbd63feea 0.00 MB 1 0
18,874 18,874 00000000894f86ee5e824aa537318c66253657f7dc00e71620c6d30efa1b7e0e 0.00 MB 1 0
18,873 18,873 000000003e270691741339fe6c496170fa05d4715920afb9f83535de8dcd2e2a 0.00 MB 1 0
18,872 18,872 000000009b9382c0dbeb24100b8ad03e38bf1abae9d45c245667c2739663dc0a 0.00 MB 1 0
18,871 18,871 00000000f439a15f0d8128480f11db5dd1e8551de744cad26c95be389200af50 0.00 MB 1 0
18,870 18,870 0000000060b7ca19a5a8844fb1463051db3722377fd200f90692598a4aacbaf7 0.00 MB 1 0
18,869 18,869 000000002b618b7d66f5a7b80f05d3dce6413c332ae48d60914a937d71365eab 0.00 MB 1 0
18,868 18,868 000000001e8e8a4d9801defdd2ee2e2946ab28b4ea4779335ef503f32c216b1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.42 GB sent, 101.44 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.