Memory Pool Memory Pool Refreshing

1,705 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,671 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (227,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,757 679,757 00000000000000000003e12b96b477532d9a8c018a4957f75094e757f86992a2 1.34 MB 3,528 240
679,756 679,756 000000000000000000021ed1b81f4428d88330bbcdf87fc14b2d889348fba718 1.29 MB 2,598 176
679,755 679,755 0000000000000000000665413c33380f275bf2d61048b41225256401ae4ab473 1.25 MB 2,291 176
679,754 679,754 00000000000000000002ecf8b6053885438bdf68054dd9226f372a73be2f40e6 1.28 MB 1,922 188
679,753 679,753 000000000000000000094b42c49724809dc293d93951262f4953447a50dec959 1.31 MB 1,661 194
679,752 679,752 0000000000000000000507daf29a2de669f78e2404367fa50d03f0b70dd6c14b 1.31 MB 2,928 212
679,751 679,751 00000000000000000009c161ec0369251a0c2b135ed4f6acef5e856ceed1611e 1.32 MB 2,733 221
679,750 679,750 0000000000000000000791ecc252aa60c52c8e24f58b2c3a21635f06b0022133 1.29 MB 1,905 166
679,749 679,749 0000000000000000000b808da5b142f9526a5662c6138618b31389ce35014bba 1.41 MB 1,973 197
679,748 679,748 00000000000000000001f4a872a81b558a774f2741f512459ea5b4e9059fda02 1.15 MB 822 180
679,747 679,747 000000000000000000000aeef2d52d2d645e7ec3d81e1c59954a040ff66cb6c4 1.23 MB 1,536 176
679,746 679,746 00000000000000000009ad060fe8d6781addf4e06922a1a671de2b183f301fcf 1.10 MB 812 183
679,745 679,745 0000000000000000000635eb8291c021d8b665a3052264f80eda3f8b94844d0e 1.22 MB 1,511 214
679,744 679,744 000000000000000000038964e78ba75b814b45cbca24e700ad34b394dc5d26eb 1.58 MB 1,337 199
679,743 679,743 0000000000000000000b5ad812fcd912e2bbafc15b7805d2847d6878787b6fcf 1.40 MB 2,004 202
679,742 679,742 0000000000000000000833e7f1172a8e1e444a66c52edea49e873114fc40a3ed 1.23 MB 2,089 206
679,741 679,741 000000000000000000022f056f312e8dd4c6e7e59dc17508383be2f94c9b4eb9 1.46 MB 3,619 257
679,740 679,740 00000000000000000000c2c9d28a30ccf4df0b8460271b9a4016742f755876e0 1.15 MB 3,029 111
679,739 679,739 00000000000000000003d8cbbddaa3c03ad62d89ef1e2d3c72e51b5dc0fded24 1.41 MB 2,426 176
679,738 679,738 00000000000000000004f92ca54f3e01f0b8ac49cd51896a25af074627b9788e 1.22 MB 2,961 139
679,737 679,737 0000000000000000000a70f455eb608da6df45bb0851620f0d8f48dd0d49275d 1.41 MB 2,505 180
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.