Memory Pool Memory Pool Refreshing

569 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 543 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (20,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,392 887,392 0000000000000000000174181380d6e65de317416179a4ee3188fbcf2ffdf4ee 1.69 MB 3,150 1
887,391 887,391 0000000000000000000235f097c4f37eec5253fea26c575e795059511fbb6cf6 1.51 MB 2,540 4
887,390 887,390 00000000000000000001624ca9b73a8580a3134f7305e05f14a30b6b9b768953 1.63 MB 3,675 2
887,389 887,389 00000000000000000001ad3947c158918cd79f8d809ff4ec69c16419246bc22b 1.89 MB 2,611 2
887,388 887,388 0000000000000000000262463a74c86323cfb96ed9731d235bd85978c385f180 1.64 MB 3,725 3
887,387 887,387 00000000000000000002671c2872ab121171dab6cce039d9d7957012d94f7262 2.32 MB 2,306 2
887,386 887,386 000000000000000000009add796f3ed9233c954176b548d60660c305a6cdbb44 1.55 MB 2,820 1
887,385 887,385 00000000000000000001f7072da6062189c77b41ea47e189a1fa9805e8750e02 1.61 MB 2,865 5
887,384 887,384 00000000000000000001738251ec8f63f557c0543c490e36046a84f82477a8a8 1.27 MB 1,155 3
887,383 887,383 0000000000000000000075e8192d8c3857711dea75beec9620cc1b92e4cedaa4 1.71 MB 2,806 4
887,382 887,382 000000000000000000017405c5b507d95f6339e30a9ae47dad44c37948c208c0 1.53 MB 3,498 8
887,381 887,381 000000000000000000023ce7c194520dd6ef38a1d2633f8a726e3a7346549c09 1.81 MB 2,753 1
887,380 887,380 000000000000000000024d909d7de40c536e730e766c7687e32baac2a9f9133d 1.61 MB 3,353 3
887,379 887,379 00000000000000000001aa11726040989a9a4a5f8545d7926c1c8526a6e34369 1.69 MB 1,909 1
887,378 887,378 000000000000000000025d7cc3750fe3c49297f80d6e3f5dcb38bbbe2b14b13b 1.57 MB 3,101 3
887,377 887,377 000000000000000000021a490f4ef6a2f563e68fd768b9da7f66c3fe2c942660 1.52 MB 2,755 3
887,376 887,376 000000000000000000003cde06d74387d0c167e1946d497a73d3c7181fb57e9c 1.93 MB 2,047 1
887,375 887,375 00000000000000000001fe3388c44e6b10acf090e8dfda213d79ea23128f37bb 1.47 MB 2,387 2
887,374 887,374 00000000000000000000b8a3957b87e4d398a5e908a6c6ee2415a9bf6daaefb4 1.65 MB 2,096 4
887,373 887,373 0000000000000000000281c36696c9f4a2ef35ed440fcee9c021b7df9686d8d3 1.05 MB 344 1
887,372 887,372 00000000000000000000a64104532b5447117a0669d2ea6f14a33a7d4d9ed1af 1.25 MB 1,397 3
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.