Memory Pool Memory Pool Refreshing

16,258 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (780,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,473 127,473 000000000000256f1f5ec3add091a9fa93f7e8a4252ed700849d7567c439b392 0.02 MB 57 188
127,472 127,472 000000000000220d00de2f86997eb4a02dfd77db3d16a92eda6da0e09ee1e1ea 0.01 MB 26 481
127,471 127,471 000000000000027b662624ee5538d4f6bd9fa6894d179ffc4291e072aed2620a 0.01 MB 10 120
127,470 127,470 00000000000016699749b67aa524000616cee6b647fb9e203c0c0642ecbf259e 0.00 MB 14 24
127,469 127,469 0000000000000b6fc4e5a634b08b75089f9cad7e8f4e31165fc0a3c550d2fd99 0.01 MB 14 252
127,468 127,468 000000000000104d4b4a2144bdaf66e830484480bfb3c94ed29df082d9a4e800 0.01 MB 16 490
127,467 127,467 00000000000000581392aa29568d3e425d72678460287667d6f7e8ceec634a14 0.00 MB 4 1,196
127,466 127,466 00000000000006dbfecbe22c896b97081314d7d45f82b54e0f993e783bc6d89f 0.00 MB 3 0
127,465 127,465 0000000000001aaa72396173a51ae5797c2ffb3e7834827c0525faba828078a3 0.01 MB 24 2,865
127,464 127,464 00000000000022f26e86de6c59e36d1b314d709e4eaf2f3938b2e6e238a8ae85 0.03 MB 53 1,124
127,463 127,463 00000000000024a931e3c83a9324de1241c7ca3abfc855cc62f17b92a7852212 0.01 MB 11 659
127,462 127,462 000000000000216d755ff6626952ba67b9fc57e221bb7c7429abe9d917420414 0.01 MB 12 0
127,461 127,461 0000000000001acfbb613ab5f8815016e0c810a34ad484582b231bca1f972640 0.02 MB 41 96
127,460 127,460 0000000000001838a1579d5c10dba86c2e71f8cf32744517e2bec16790da5c83 0.00 MB 4 0
127,459 127,459 0000000000000262fcf844bdc4233dec0d7d61a2ac07434d96bc755e5bd01cf6 0.01 MB 4 0
127,458 127,458 0000000000000872c4bc927894899f399dc8cad4224d7fb01c184febe066e734 0.00 MB 2 3,875
127,457 127,457 0000000000001aa8ad9805d8bc26c91825a3bde2236311a38260ef4061424e68 0.01 MB 35 133
127,456 127,456 00000000000018c2721d1ecaf9afd7f0122b8058afe4ba11f7433df986e7f811 0.03 MB 25 185
127,455 127,455 000000000000077c07160a133eb0af69233e118ff9df42e88bad1300f31bbbf6 0.00 MB 1 0
127,454 127,454 00000000000008235474d8e65dbaeb14de9b0cadb37bd7f3f555fea16bfdeec6 0.00 MB 6 713
127,453 127,453 0000000000001c7842cbc4b6f01714936c37936707f55181b26e2d97bec84e1b 0.02 MB 24 260
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, 113 incoming
  • Data Transfer: 1,624.57 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.