Memory Pool Memory Pool Refreshing

3,761 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (657,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,785 249,785 0000000000000009fc2fc369d84577b1efd6701d162dd778dda4d150a23e6441 0.02 MB 47 152
249,784 249,784 000000000000005a41ddaf0cb78b80e3377b07cf63de35a13a843cfaf47483ce 0.09 MB 173 77
249,783 249,783 000000000000001aa8ceb522ebf1c9e18b8e29204998fcb5681307bd116225d7 0.14 MB 359 135
249,782 249,782 0000000000000087658f7f234cad131b1882cd919bdef6fc4d4b7c8ad4e5dbed 0.24 MB 483 198
249,781 249,781 0000000000000062bd904b0b02bbe37770dee9bec1bf050af6278cda1acafa09 0.03 MB 66 127
249,780 249,780 000000000000005e6453d49a592d9c0a32e68dfc34f96fb3793d9395342ea993 0.02 MB 36 74
249,779 249,779 000000000000003b3d6b4ab7e186b2148658080d247ad130b59f7fcb06826b4e 0.15 MB 393 149
249,778 249,778 000000000000006047d526a456fd1e94fcafa0117234257d7e7f29d79044966c 0.05 MB 70 20
249,777 249,777 000000000000002469b2f6e73a124e6e3587eff5bf757a307bf9d7978bfb3bf7 0.12 MB 300 121
249,776 249,776 000000000000001f5f641ead2d013a33bcea34700b23411a917846663447522b 0.24 MB 630 136
249,775 249,775 0000000000000007ef67e02c1cd89ff391c468da4157925bc33d419e356b5e72 0.20 MB 408 92
249,774 249,774 00000000000000802014943eb682e65aa8fbf39ad8facbef650c5466d0836689 0.25 MB 656 155
249,773 249,773 0000000000000050a3c1953ac4f97455b78b62bf25da787bbc9b64fcfdcc7220 0.21 MB 542 89
249,772 249,772 000000000000000b7e83497ce1f331a0277af7e564ee40ff98eba2b05a34a112 0.25 MB 407 108
249,771 249,771 00000000000000422d1678a7b8e0d229baacbfb5450120a76c16ac171ed32a86 0.25 MB 644 183
249,770 249,770 000000000000004343fda8245d33f8eda1800c4441d25e41d7bf3ce7275359f8 0.25 MB 577 170
249,769 249,769 000000000000007f885e378f46bd8fb2c7028779bce1889b2f156801865ea37a 0.14 MB 238 55
249,768 249,768 0000000000000076ad3da1cfe49ef3fba835c37404ea2bcbd1f8218771a6e3e2 0.25 MB 646 170
249,767 249,767 000000000000006d277b644ddc96b177bbbd9528870f55b65ed395fd8864aad7 0.01 MB 20 82
249,766 249,766 000000000000000d5d416e525588dda55f9518cdcfc57b0b01df74ccf9c2e244 0.01 MB 30 123
249,765 249,765 00000000000000309ecdebfa680ea38cb9a2b6b8433250539027b98d6f391540 0.07 MB 126 106
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.28 GB sent, 93.11 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.