Memory Pool Memory Pool Refreshing

4,126 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (801,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,471 106,471 00000000000203c4bd1dc4fd997400bfc8f13e5b8ecfa220d9edd94552eb98b4 0.01 MB 23 0
106,470 106,470 00000000000100c1797d05a879f6a5c63716ac534f833302a0eaf99e1df665f1 0.00 MB 3 0
106,469 106,469 000000000001f284dc7128ac9dd67732b8c0af712110f0f3d7bc8e228405ded9 0.00 MB 2 0
106,468 106,468 000000000002c0c33b386925e8d39698ff7e3bc4ab3b3e672d8e1b0fee478d87 0.00 MB 1 0
106,467 106,467 000000000000d304819ef4498b7e1f0064875d3c3478d5bc73d505eb02d81f69 0.00 MB 1 0
106,466 106,466 0000000000019a699fd00c8e955e38e10c53bd0e8c20ed09507605a179052742 0.00 MB 1 0
106,465 106,465 0000000000015576ac87dfef414711026b1e07f0c2602e6dd3d2661b6ac19e3d 0.00 MB 2 0
106,464 106,464 000000000002775a36ee30e0d419869f35d619752872c817c74d66310ed5d2cc 0.00 MB 1 0
106,463 106,463 00000000000279ae51547675c821ec2bfcc3d72e8589b80037ca5cadfd11b84c 0.00 MB 1 0
106,462 106,462 000000000002b2ce716aa0fc1642e24393385bc4f927169fdbdef5692afb7c58 0.00 MB 6 0
106,461 106,461 000000000000e0ddd8aaf3f4eefa6a67a1b4a457b5a02f45f6cb67c5a3de6d40 0.01 MB 32 0
106,460 106,460 000000000002d962ffe2b9da300ceb4baf5011a187026d2f4c53d5768d4e21eb 0.00 MB 1 0
106,459 106,459 000000000000377a3f3e2180a2faccf413433d8a63664e930553050369e103f5 0.00 MB 1 0
106,458 106,458 0000000000009ae17af95bff89ca272a7ba48a22f601cbff098345c978b410af 0.00 MB 1 0
106,457 106,457 000000000000b70cb1aaf2c21e0e403b11415d1b6d7e440faff6474514d7a83c 0.00 MB 1 0
106,456 106,456 000000000002990fa7fb9f2dc1e8839b78238a0daa7f8690c827149c36c23916 0.00 MB 1 0
106,455 106,455 0000000000013d451fd48446d65a62a78ed2b23cd2ca593b4ff0d611c70076f8 0.00 MB 2 0
106,454 106,454 0000000000010d78f6fd54e28748da8141eb5d7c5fb8ba8023cb91fea365e688 0.00 MB 7 0
106,453 106,453 0000000000020cfd2d93e9b2915f6da517d048efe4e83607b255fb3f8698127d 0.01 MB 39 0
106,452 106,452 000000000000a961ce3803a4d29a618caccb1592b98ddf4f052a36da55e2000c 0.00 MB 1 0
106,451 106,451 00000000000203a0bff121020bde01001067bb191080da4490d6a47026f6ce83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.23 GB sent, 95.27 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.