Memory Pool Memory Pool Refreshing

3,326 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (533,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,757 374,757 00000000000000000476ad1a860e9e59139b89939651e82e8379f052fa3da6a1 0.93 MB 1,047 14
374,756 374,756 0000000000000000129ae92dda8887cf8b4117718351533813fd25f257311841 0.93 MB 510 9
374,755 374,755 00000000000000000d3db2e3034370abbcad70dc949df10694d3c1087452674a 0.09 MB 139 31
374,754 374,754 00000000000000001253e63d7ef8276164ce92d296e5c75af418fdb443f095d3 0.01 MB 37 37
374,753 374,753 00000000000000000de5b3cddf16ea4199f080c92b697fddbe80bd801ce225ad 0.75 MB 813 20
374,752 374,752 00000000000000000ed2d72db96b93761f77bc46383c7eb301a8765d904875b5 0.75 MB 422 7
374,751 374,751 0000000000000000077ab227da72ad9f03d84ce3618156c5c75a21288e8629c5 0.60 MB 1,186 40
374,750 374,750 00000000000000000fb118b012604fc49dba36a257ca5b9caa45f46cff922ffe 0.93 MB 1,369 26
374,749 374,749 000000000000000002d2f8917338e83ba400077dbd79fcc5db37ab78230a21b6 0.30 MB 662 43
374,748 374,748 0000000000000000027dc522db6fe31ea44a1dd88b778ad5c013e4e410f4b3ca 0.36 MB 657 37
374,747 374,747 000000000000000008cc31d4e7f811562f0799a114651f24dae3e4af13b1774b 0.00 MB 1 0
374,746 374,746 00000000000000000955786840eba44d61979c588a8f4c5becc09a0547b42e09 0.38 MB 880 44
374,745 374,745 00000000000000000adba197816b5aa6976ba7b26e5efb5db0c92c97486039be 0.95 MB 4,538 16
374,744 374,744 000000000000000012bd332169d3d69c773311774d1b69a3b47de354afb6668b 0.95 MB 3,490 8
374,743 374,743 00000000000000000643a546061bf19aedaa8a0b60dfe02edb6047982fb0fcb4 0.08 MB 139 33
374,742 374,742 00000000000000000a7018311f58e9d188cf9a9418936841279feb76a35dac3b 0.27 MB 523 46
374,741 374,741 0000000000000000051c65dd8d6fa25a37bb202114f7035aa71c402629d13bc2 0.93 MB 923 22
374,740 374,740 00000000000000000bea2a146062b687ce6f8b71e06185a8ebf02df0c8d52e2e 1.00 MB 589 11
374,739 374,739 0000000000000000020b0c2b3a6fb1f4627870e28c1979c6ba39ab40f34e1e22 0.75 MB 1,286 16
374,738 374,738 00000000000000000117c86f6a048d48c6be3360d97dc0a2f2f64aa891368090 0.50 MB 801 31
374,737 374,737 000000000000000002f59acd066dcb0955e3cea1e0da4d15d148e1d006e3058b 0.92 MB 1,727 46
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.