Memory Pool Memory Pool Refreshing

5,320 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (255,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
652,585 652,585 0000000000000000000ab344d3ba8b425201e076e2524de4120984f7d7601ee6 1.47 MB 1,661 32
652,584 652,584 00000000000000000009128617c43fe7511c5b4ae5f646b1e4ab876fd90d619d 1.46 MB 1,644 17
652,583 652,583 0000000000000000000211d250c38eb12fed1f86ba5b8b96cf5a971a30f7c290 1.27 MB 2,786 63
652,582 652,582 00000000000000000004d099999a025b13d22041db908ad0ef5f625a4c80e532 1.38 MB 2,558 79
652,581 652,581 000000000000000000017bfaf3504fa0d9a00a1ee6c57de999b928ed2f75c578 1.29 MB 2,783 33
652,580 652,580 00000000000000000000a28cdd33fa2ef818b41dd67938811280eb78a4e3d611 1.27 MB 2,872 43
652,579 652,579 000000000000000000006ec3f88cd03191529d91071ba2678ffe90bd85a33325 1.17 MB 2,962 54
652,578 652,578 0000000000000000000ba55739a5b1ccfc17501d88f32f035459f339e74e78ff 1.11 MB 2,907 58
652,577 652,577 0000000000000000000799ddc7313f041a2d3578af724a1f26cb77d704e0f328 1.19 MB 2,944 73
652,576 652,576 00000000000000000002dfe3038a7348dcb145daf7df7586959dd65d53605aab 1.24 MB 2,226 68
652,575 652,575 0000000000000000000009e53eafbb03f89c719866af9b52bde12f952fd6c9f3 1.34 MB 2,707 74
652,574 652,574 000000000000000000082c0090dc53701ef8b176af664d38d92102bf4e633735 1.26 MB 2,747 96
652,573 652,573 00000000000000000004242d0c6bdcb124ffec94ffa30b6faf84e8ae5964fb00 1.33 MB 2,831 89
652,572 652,572 0000000000000000000617c9593fa17597859b61b4383f690af5000b468d4f79 1.33 MB 2,718 77
652,571 652,571 000000000000000000053972e63e0f67b07dd8da0025227e1b839759f6324c4a 1.26 MB 2,794 98
652,570 652,570 0000000000000000000b70efda6537548f2477d124f907483bd0ffe38d25aed4 1.19 MB 2,198 70
652,569 652,569 0000000000000000000cc59858999866dfa8383b6815f5cddc43116e68b937e1 1.34 MB 2,314 87
652,568 652,568 00000000000000000000a46b5d280cf756eb481ab84b0af0bbab3088386daa53 1.31 MB 2,801 90
652,567 652,567 00000000000000000008786affdc369eed60b7e38fee28e8c9d4bb4d827b6fc4 1.24 MB 2,117 72
652,566 652,566 00000000000000000008f6e4887ae51a45eb764d5d3cfeab4e0a0498a3c5f8fa 1.30 MB 2,766 100
652,565 652,565 000000000000000000053e24ca187d597824b4fdf21b57b0261b4ebd0bacffb9 1.26 MB 2,867 63
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.