Memory Pool Memory Pool Refreshing

2,318 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (20,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,397 887,397 000000000000000000006a71d90b53ac6e9607deba8dc4a51d8b4686c2fc74d2 1.59 MB 3,001 5
887,396 887,396 00000000000000000000a36b1607a8b047cbf916f3407ed93b148000c00b6dd2 1.85 MB 3,290 1
887,395 887,395 000000000000000000002500ab091676cf923e6b56699427d3c95d0c97c6b992 1.44 MB 2,343 4
887,394 887,394 0000000000000000000254008f515ef8007e1691679d028201e119568137e912 2.36 MB 1,654 1
887,393 887,393 0000000000000000000148e9c6e1903ac110adc08f308a929a556b14b344429f 1.58 MB 2,905 4
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
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.