Memory Pool Memory Pool Refreshing

14,374 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,718 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,320 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,717 (781,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,775 125,775 0000000000001f8460d085d7fd9727825d09745656f62cc49b461cd7f56406c2 0.00 MB 7 0
125,774 125,774 0000000000000d18a5a500f943634b29be1a22dcd2a37afa862679763d8c6ed5 0.00 MB 10 0
125,773 125,773 0000000000000efb8a6fa50a4ad90c41914825ffe98b3ef200b47d3c079a28d8 0.01 MB 17 621
125,772 125,772 000000000000282ffbe03877e1d05dda9d4fdb17b58e09993eba4b4ddd491205 0.01 MB 14 1,411
125,771 125,771 0000000000002399226011d158cd3b631876ce4f6cb3c7e2ef8096e0a5926196 0.00 MB 12 17
125,770 125,770 0000000000002c19b22d74abdf4421fdde0d3f029e86f7db4e0d7de100788794 0.00 MB 15 1,033
125,769 125,769 00000000000043a42b32bac4e6ba3d4906173240f2950da9a8e0fdfadceac17f 0.00 MB 14 842
125,768 125,768 0000000000002f83cee50dc535bf972cc804114bdbc984bb73e57821bdd22a50 0.00 MB 13 1,102
125,767 125,767 00000000000003a01a2c137fbedbb5015c6de8152d4716b7c1479258775251e2 0.01 MB 15 1,498
125,766 125,766 00000000000008d355e5eb1083a581fba02327f78b9f2b61c6fcc2a42b49a51f 0.00 MB 14 1,177
125,765 125,765 00000000000020cb90cc546b2fe911c9d9eab49707112ab599dc69ceef288eca 0.00 MB 13 645
125,764 125,764 00000000000016cf642464314d27ebce9d98f7c95651d8a26d4273b3e4ebb5d3 0.00 MB 1 0
125,763 125,763 00000000000025eee6a9f5543d4f656c5520f6a704c72697ecc8b07d5e483019 0.00 MB 14 0
125,762 125,762 00000000000040697c23be854b7f2839b067134ffffd6ac0ff80577e3ebcbd1f 0.01 MB 15 0
125,761 125,761 0000000000001c83ce4e7272a90c2b220c6f2c4fa4d5d9e22a3a1a3418035054 0.01 MB 15 458
125,760 125,760 0000000000000882c3781ba9b020216ce150a8ec8f86df16d3fdad311066bcd2 0.01 MB 9 0
125,759 125,759 0000000000000471a92e2b9294fbf30061cffe074c4478c94ca0dd395083ab16 0.01 MB 8 172
125,758 125,758 0000000000000468074e5863321f521a17d0b6dea3dd204c9d679988cf74c344 0.00 MB 12 0
125,757 125,757 00000000000002378d8bb84b2de23e5b805b445e1eef36a56fde7fea675ddc81 0.01 MB 17 830
125,756 125,756 000000000000083587a62309ef7d11827600dced8351091077ac46a1f12332bf 0.00 MB 12 0
125,755 125,755 0000000000001dfac944bf119cbfe25525234f95d9274332c1d8a1456ca62448 0.00 MB 12 315
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,622.50 GB sent, 92.95 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.