Memory Pool Memory Pool Refreshing

2,916 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (854,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,418 54,418 0000000002d67b0c9e7da673663e21bf8f544ca0354907383105b41e1da0e84b 0.00 MB 1 0
54,417 54,417 0000000007bc0953a9eb80b7dea61423e7e5109dbd160092dc1534ff51686c26 0.00 MB 1 0
54,416 54,416 0000000002dd9d3d3d939db999556069247624c767fba65a1459f7962b5274e3 0.00 MB 1 0
54,415 54,415 000000000b19407e20db4aa1bec84b6becbd6979e71999f296d7dd27f743082f 0.00 MB 1 0
54,414 54,414 000000000a9cf15c6dad8b1754b52d5b9e48e4890f2163662ce8875ce7b2e729 0.00 MB 1 0
54,413 54,413 0000000012b84d4baeb13c65698d4a91ce7acc5ab0b1f1dbce7c473d02dbfd1d 0.00 MB 1 0
54,412 54,412 0000000003ca6a7f2cf6a5d3436d5b4f60e9cbc71ec5876b8ce8a517b88feb9a 0.00 MB 1 0
54,411 54,411 00000000094cc2c13d004637d4f722c5b904b3dca0dddcbb2b7dc42f4b029a74 0.00 MB 1 0
54,410 54,410 0000000005d4d1e1207b9203d3caebd95d0466768a394070806f057d42e32892 0.00 MB 1 0
54,409 54,409 0000000006957b7cd9d694c2e5ce18ce8011d4ded608b3ce44fc6208e3a8b4bf 0.00 MB 1 0
54,408 54,408 000000000a5af940d2ab381a085f0d45d1069ed03cf2b9ed4f2c1a490c373e10 0.00 MB 1 0
54,407 54,407 00000000096f7bc1a7f4da3fb5eab88e5d50e1bb0fa5ec9170435a1cb03b59f3 0.00 MB 1 0
54,406 54,406 00000000005e9aa075b667a5afcb21e95ea44e8215ba545e143906a86d72bef3 0.00 MB 1 0
54,405 54,405 0000000005866fc6126f384bccd9a5ec41aa794ff1f11e0f98edace94414ef45 0.00 MB 1 0
54,404 54,404 000000001030fce9f470b72183f72f416362bf14ed4d93f8d5dcbec9bc6773ab 0.00 MB 2 0
54,403 54,403 00000000151e89560c04824965283093e689e3c308e220f4317d5d6f9d7f9133 0.00 MB 1 0
54,402 54,402 0000000007925b6b39c5613d3510e9879f0d7263394e972d093f83dca5f1c610 0.00 MB 1 0
54,401 54,401 0000000016353e77dd80cb56062915e69c67493c67ba0d15f53380321cb7be75 0.00 MB 1 0
54,400 54,400 00000000153b400f2d4fb6a3b4d1d122f526a07626c087a49381d8258cd00f81 0.00 MB 1 0
54,399 54,399 000000000bde4b2c81ccf5abea59a8dc596a2813fa4ffc1c2f3cd9b140fede2f 0.00 MB 1 0
54,398 54,398 0000000014f9c994a9c5cae6c8198a78f1ab43eb80526fe9274955bbae157992 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.