Memory Pool Memory Pool Refreshing

1,009 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 999 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (778,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,443 129,443 0000000000000c52b56f7c11381bb01d798be90adf175257579798c78c6d84fb 0.10 MB 227 659
129,442 129,442 00000000000002ce894fe7d9c421fab742ef656ca753fe95c338fdd3bd0d69da 0.03 MB 58 1,132
129,441 129,441 0000000000000f660d4aa7637a04bb3c0f3e522363a82c48f0c83df976a3d518 0.02 MB 54 230
129,440 129,440 0000000000000d63616e41dc0b72e79d48d35b890b816a83ae77000843a49a1a 0.02 MB 46 1,265
129,439 129,439 0000000000001470ed62a9d73c1c74a4b3754e18db0abb057be5ad5ffed659bb 0.00 MB 6 2,023
129,438 129,438 000000000000158a4051185f339d59227b776ac6bfe6120fa18293b5c08644a8 0.01 MB 23 1,010
129,437 129,437 000000000000148dd549971897ed46735f565123f506de074da15004383aba9f 0.08 MB 102 934
129,436 129,436 000000000000022ab84e6209d3d039fb3437c1588e9cc2e20d48705c0e4f44d0 0.08 MB 86 828
129,435 129,435 0000000000001117a6b3ecf385529daee0250f7c5d6ff3471f9b36a4acfa5354 0.02 MB 43 292
129,434 129,434 0000000000000f89eb07d43c0175b8cde117bd9739b46de7f5b17888d76fee90 0.05 MB 116 397
129,433 129,433 0000000000000a4ddd98b9b0f0fe9db0c7da05c561195d79b7e58c4ad624d94a 0.09 MB 188 627
129,432 129,432 000000000000092142ead4dacb5cbda0b7ead1fad0e2767d32dc1b5fd90edcff 0.05 MB 124 849
129,431 129,431 0000000000001a8fdb760949f7e789bd60572037db5c39901877c3bf3a22687a 0.06 MB 145 11
129,430 129,430 0000000000000c11f176aae9408ff6b465d55e5ef03eea070f1ffaec7481bf4c 0.02 MB 42 1,362
129,429 129,429 000000000000182635788a96f26840e589f08e6d9d45a8e96fc6810cd561a622 0.02 MB 46 1,325
129,428 129,428 00000000000017f708048fe7450de252efd4e0a7069656a0617e53b41a6caebd 0.09 MB 247 423
129,427 129,427 00000000000018df5e199bed72175825579072cd5766bc1d21219f84c128cbea 0.01 MB 27 1,801
129,426 129,426 0000000000001339736277b9bebbdbe87bf22920d6d1115539051bb4f8d15083 0.02 MB 17 382
129,425 129,425 00000000000013c8fa156cb73b85c702d53ed052bcbb418d78b84002a14063cb 0.04 MB 73 500
129,424 129,424 0000000000000e893772b3f2a7bb6755b09ddf7ea5972f6e135d4606c45d8674 0.16 MB 65 1,331
129,423 129,423 0000000000000a3312a4ebabc2c18088d18015b96265498843745e76fd728de5 0.03 MB 56 568
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.