Memory Pool Memory Pool Refreshing

2,960 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (658,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,555 249,555 00000000000000706160c282187be09a864897a6c5c87901e938df3e51599ba3 0.11 MB 256 159
249,554 249,554 000000000000007288cd6d77b982e9623a196c6d1c5b11d99dd5554ee74e347d 0.22 MB 335 117
249,553 249,553 000000000000004be2acb30cf0d8b1b7c2028a4785c44aa00226f4e702b5509c 0.07 MB 133 100
249,552 249,552 0000000000000043e8334636346ab2aa0cd2d479c62a4a09b16f760eabf7b94a 0.08 MB 199 141
249,551 249,551 000000000000001b027f1bf4a7e8f3992203251d8780d1ac74d96c57d2b7973d 0.05 MB 119 137
249,550 249,550 000000000000005ee2ab8096477df813db58add20f0dafe592b0d31758892469 0.03 MB 81 106
249,549 249,549 000000000000004a8a201f97a2b5c33ba30f3776e42ac23b16f57e7525fbea52 0.16 MB 421 126
249,548 249,548 00000000000000649dc5b586eaf3568e997c925e07b229b2a9ef20e991df4fb7 0.03 MB 60 113
249,547 249,547 00000000000000076d2ad512ce50db9b1d635bb552d4735c8f7ae61c3dfa1337 0.10 MB 225 132
249,546 249,546 000000000000006b312029e83edf56c508de9e2b0354d08e6c2e3c6fb8b7ebdd 0.07 MB 171 146
249,545 249,545 0000000000000058d031ff46e40d63c8eec368a0be3a5a96ce8cb48328f1ff4c 0.15 MB 352 97
249,544 249,544 000000000000002acbed99e4a3743f079115f4d9ce3670aedec1b87f065547c8 0.00 MB 4 14
249,543 249,543 0000000000000007899751f8cd2ae908154d6755d5087c2ddf3c9383e0d35fdf 0.13 MB 262 94
249,542 249,542 0000000000000064dbb447401d979014523e590bc360cfd556d21584c22f5273 0.13 MB 297 118
249,541 249,541 000000000000007b47a6fb1dc4144561c83382ae608f36c502f021788a0f5d01 0.16 MB 256 61
249,540 249,540 000000000000004f9b1143a797a5e4ef35c024155ea82e464d20d88693d3ec03 0.02 MB 51 95
249,539 249,539 0000000000000021271791fbcac1485c0b26aa7b5ad446719fa568dd0ea864a4 0.07 MB 174 146
249,538 249,538 0000000000000042a5aadb6d9ba85a30d490cc3ec80a4e9de2e2bcdd2476cb8b 0.24 MB 512 64
249,537 249,537 0000000000000066fd3e09e1dbc7136f66d99c9f7439f732f02ac0221fcc17af 0.09 MB 166 111
249,536 249,536 000000000000005daefded64e1f73035eacf954f5a82cea1dbdd8ca52e6b2d37 0.11 MB 285 124
249,535 249,535 000000000000000340e82be6aa1b7da51270e7face1100166956ee5a5f432206 0.04 MB 85 95
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.