Memory Pool Memory Pool Refreshing

9,654 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (657,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,793 249,793 000000000000002d3adfa2c507c26067c78edff0daf921729e75c6431665ec99 0.07 MB 147 106
249,792 249,792 000000000000000edd5ff516d6a712c9123a364f7ff9c23c198236901b3bafb1 0.09 MB 236 131
249,791 249,791 00000000000000097f7dafda6c1f835b30d484005162764e82de0d6656710918 0.04 MB 95 128
249,790 249,790 000000000000006f9cf485ba41a120bccff542f395024e8d0bda273102dfaf14 0.07 MB 147 99
249,789 249,789 000000000000005016fba2399f2715f92fc8972dd9704b661ff992be719f0668 0.18 MB 323 115
249,788 249,788 000000000000001659882d86a4d18766b007d37d794f1df6f49d099453e14504 0.10 MB 262 140
249,787 249,787 000000000000003d1ce19405264564a96db4dff367ffe2e0f478139b33559c27 0.00 MB 1 0
249,786 249,786 000000000000004a62936389fc333c0fc81a015301689c80073116b2f61bb583 0.04 MB 62 102
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.