Memory Pool Memory Pool Refreshing

3,397 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (584,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,251 323,251 00000000000000000f5b509003a58ed13a993c6acf07f6fb2b44a657c27b01c8 0.18 MB 412 32
323,250 323,250 00000000000000000f8cd15fe9923051dd231eb46e09c6e082dd859678df8eba 0.40 MB 648 23
323,249 323,249 00000000000000001d504bb8bd4ac3c0cd595081128bdc44a302bfd930126ad1 0.35 MB 546 26
323,248 323,248 0000000000000000048972838dc1876d1f48b02c072e7516228427e5279e6ab2 0.75 MB 1,360 28
323,247 323,247 00000000000000001c1ad4ee6f7f2162e190aa3546c68fb05afd83bab5354b65 0.52 MB 804 23
323,246 323,246 00000000000000000d969b7b2755b66351331c6f1a1eea1d558f28ab3f9063e8 0.17 MB 512 47
323,245 323,245 0000000000000000076c2a33baa4b861ccab698ec37a877002f2a2a57514a48f 0.44 MB 597 23
323,244 323,244 000000000000000003a9b5cf84c8d7a6a2f23902798d25d1fdd7112f7ca573c7 0.60 MB 951 27
323,243 323,243 000000000000000008aeaaa34d2f42ecdfc99f4a7d432879c607b5075f5fd931 0.35 MB 863 38
323,242 323,242 00000000000000001adbae728f10a05d1e0cddc3fdc5b20e6100f6b4f1a45388 0.26 MB 462 24
323,241 323,241 0000000000000000040da039114f5865d16251449c104e41622203949e1a576a 0.33 MB 592 25
323,240 323,240 00000000000000000d1c2a935c3749d6b5664a4366cf69a4e2bb2ea8f483388d 0.75 MB 1,541 33
323,239 323,239 00000000000000001db83ce9625e83f0f768fd9501dc3391f44ef6d451f26fdf 0.10 MB 152 18
323,238 323,238 000000000000000012b4b7df3fecec71817759b3047a1aef54014de059258527 0.26 MB 370 23
323,237 323,237 000000000000000004fb0246ae86259db561d5820b222299e4b003ee542b70d8 0.71 MB 986 25
323,236 323,236 0000000000000000126c064da2a8f719510386293984de9e0f2069d821cf80a3 0.21 MB 512 35
323,235 323,235 00000000000000001baea41166062e756491754802c38e0f020a47f49789efea 0.51 MB 728 22
323,234 323,234 00000000000000000690a15ac28842d80235c6c7636e4fa40b45e4cdf164681c 0.62 MB 750 23
323,233 323,233 000000000000000015ecd7feb009048fb636a18b9c08197b7c7e194ce81361e9 0.75 MB 994 23
323,232 323,232 00000000000000000786f163154267467353b76e0491261bf0184886fdc398c4 0.75 MB 2,067 41
323,231 323,231 00000000000000001ec658364b6e406bbd2fd61c8dc547c794ff918071654825 0.16 MB 210 20
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.