Memory Pool Memory Pool Refreshing

1,429 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (233,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,719 674,719 00000000000000000001cecb0c55fb8aef06839b239474b0da8dfe767dbf0d57 1.49 MB 1,658 104
674,718 674,718 00000000000000000008a077a606574fa3422a75bc127f505da04d67268854ed 1.43 MB 2,442 143
674,717 674,717 0000000000000000000801f135686d4f7c32c489728baf0dc5715a751d29dcf5 1.65 MB 1,464 181
674,716 674,716 0000000000000000000a4a158a25fdf7f10545e9fb97a713f6ca112fbfbd9d6e 1.52 MB 2,398 128
674,715 674,715 00000000000000000006c3b236b366797baa9e7119502135ca19fb114e9120b1 1.31 MB 2,390 60
674,714 674,714 0000000000000000000684cdf27dd8b02d60902fc6b9c6c52cd50f454148ef60 1.22 MB 1,739 41
674,713 674,713 000000000000000000050655a62621955eb3334717923b25e0a72b9922e86d96 1.61 MB 673 20
674,712 674,712 0000000000000000000583969e8611c69f1624c42a95472c0a6233a3f11eb013 1.65 MB 570 28
674,711 674,711 0000000000000000000cdcfec32ebc3fc133be9a3148c5780e7355029272b438 1.71 MB 763 22
674,710 674,710 0000000000000000000ba690e22ef4e70b9361693e14b726906467be9b7f2aa3 1.46 MB 1,605 50
674,709 674,709 0000000000000000000ba22bf5b1e02788a21eb3d4103ec854c73762c7b736e3 1.42 MB 1,531 48
674,708 674,708 0000000000000000000c751b955c04793372a1332de8eb73550beff45acc7296 1.25 MB 2,208 77
674,707 674,707 00000000000000000006572cfd4de9be2af48ed7361fb12245f20919544dbd6a 1.53 MB 909 33
674,706 674,706 00000000000000000000632207dbd5322dc3b6bcd3db7e680cfd213f23c2b6bd 1.20 MB 2,489 34
674,705 674,705 0000000000000000000a0f722b013228dab049267058a5b6dd24eaea780a982c 1.33 MB 2,278 24
674,704 674,704 000000000000000000065d523cefdadc5e923df416a5afe012b701e6b13a7bab 1.37 MB 2,287 102
674,703 674,703 00000000000000000006902d9733fbfc04a7ff68ed8efc63b55b38670cf4344f 1.26 MB 2,383 38
674,702 674,702 0000000000000000000ade99e3cf64057981d3bd2ef694c3de75a81f17c2768f 1.38 MB 1,790 74
674,701 674,701 0000000000000000000a069626fbcfb4352aee3bcc01b80ef20707c35afcfb57 1.12 MB 614 105
674,700 674,700 0000000000000000000a45ed149fc40d078e06bef7218bdd38af49beda2cd227 1.26 MB 1,705 112
674,699 674,699 00000000000000000007076a3291cd30565ae183a383243ac60754eb3d530084 1.40 MB 2,179 37
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.