Memory Pool Memory Pool Refreshing

4,093 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (786,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,475 121,475 0000000000000a38703f2f8a74fdda5677d7a6a439297dd8bbe23a6e2c6fe9ab 0.00 MB 12 278
121,474 121,474 000000000000615a36f1a3cf65a3f33733cad1d4cf239eadd1698d85de8b115e 0.00 MB 3 1,941
121,473 121,473 00000000000092afffdba4def80bafaa4972e6c6afd91ee6e43d0d5c7e3ec3b3 0.00 MB 9 0
121,472 121,472 0000000000007961f674eaa99a3bb16291ed0e7d0890b99b208305288cc48b67 0.00 MB 12 539
121,471 121,471 00000000000062daa37b9b709423e3d3789a430c8f8a93ba2969dab6198b8706 0.00 MB 2 0
121,470 121,470 0000000000008dcc62bfe07a349c2e12dcbd065b578e6401bdceab08f75447b7 0.00 MB 4 0
121,469 121,469 00000000000006242830a731df5bad5ed2da91f3cf1a7b019f28503a0ae71cea 0.01 MB 19 469
121,468 121,468 000000000000234fbfce271f80371d3741f6b53480886a54a58a39097ba725e6 0.00 MB 5 0
121,467 121,467 0000000000003eb87315d397c0407916e3329168eb6e41002449e7b1113f9b1d 0.01 MB 22 298
121,466 121,466 000000000000192a10ad968123a2942172ca4aa438c7b158616a4e4ada668ffc 0.00 MB 1 0
121,465 121,465 000000000000531190c33d1bdeb0c9ee815758d2b1724800dd4161555cd59cfd 0.00 MB 4 2,590
121,464 121,464 0000000000004bccaf3eb0f1e6833fc0e5b9124c97c91649a0aa95452d9901bc 0.02 MB 31 57
121,463 121,463 000000000000124a47689f3822fe7ae9cf45fa211d59b1268f8c5dc4ea10174d 0.05 MB 194 55
121,462 121,462 000000000000562e95261015538dd8e86d5bed6fcab711863229eb95a6264211 0.00 MB 12 0
121,461 121,461 00000000000001b8819f61350b79579a6450c9e13f6f194e7ed43b0e0fff657d 0.01 MB 10 673
121,460 121,460 0000000000008981e1edfb12cbbfd77a9e10683c2b26b16981b7302a7f1a3caa 0.10 MB 345 0
121,459 121,459 0000000000006a41d5425fc6f3e138a949cb5499e5e93c2584a4761ce5bb84c9 0.01 MB 10 0
121,458 121,458 0000000000007999bf7376c9fb57ec333bf44a705a7abc354d0bc995eff48e26 0.00 MB 12 0
121,457 121,457 0000000000005461529f8c7c023cb244021c2ab5fac5b11e165f937b496ede59 0.01 MB 17 651
121,456 121,456 00000000000004348937501c7b939d95bb6b9833dff7e71e844db0e120285606 0.01 MB 19 577
121,455 121,455 00000000000080513ed2e468fc0758389c8e554098aa673d001317e5bdb4b2b6 0.01 MB 18 437
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.