Memory Pool Memory Pool Refreshing

2,460 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,458 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (802,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,563 105,563 00000000000175e3b56248808d1248f37054fb021321d3ca974cf981dd1a0a7a 0.01 MB 5 0
105,562 105,562 000000000000a29f6768c7aaeb6ad394cec5b98ada89d4d82f62f04504abe984 0.00 MB 2 0
105,561 105,561 000000000001ca0ca343d9ff57daeb7758e5270810c8738dba2e8f55469fbdb6 0.00 MB 4 0
105,560 105,560 000000000001b17140e634d623d1aeac0144c6aa4ea554872f65785215554e1d 0.00 MB 2 0
105,559 105,559 0000000000026670aaf66d7e2305b2e7338ec0d066832088cab356c44830a7d2 0.00 MB 1 0
105,558 105,558 000000000002177a552ee22ba760bcce1bf4ca7aa2190ce1b88f16be236b2bd1 0.00 MB 1 0
105,557 105,557 000000000001a1082d7298f10822df6f67e20d2698cc46e921c232cb1d5f5705 0.00 MB 2 0
105,556 105,556 00000000000094a0fcecab66928117ee2dbf909fa6524d52bcb4b0c393087e5c 0.00 MB 7 0
105,555 105,555 00000000000056bf5d108acd59b4a916d3b617fdd806b62fa004f15ecb73e1a2 0.00 MB 9 0
105,554 105,554 00000000000118c70b0d39ad52e1c750466f6f963f275790496c1a23066255b6 0.00 MB 5 0
105,553 105,553 000000000001036a93c32633d13ff309363096ea4e2582b2490a786ea621014a 0.01 MB 27 0
105,552 105,552 0000000000023f8d6814141e67c1567f82a2627c1e5f001051938145adc5d0ad 0.00 MB 11 0
105,551 105,551 000000000001d0568c186f67a11483c289ec6d332ad547f279c37407e0a2fcdc 0.00 MB 10 0
105,550 105,550 000000000001f9666f784df8ca203414b2cad5821caadb5b2a59fc1ca0463091 0.01 MB 6 0
105,549 105,549 00000000000028cbe0e6c14f829505390d60d15aa18d411220c15313724d91ad 0.00 MB 7 0
105,548 105,548 000000000002688fe370804be7a1291684e795e20aa6505a23ae13e8975439d0 0.00 MB 4 0
105,547 105,547 0000000000003e85f7a50f50c983d1a9fd27c0d129c484756ba26df93fe0fd6e 0.00 MB 1 0
105,546 105,546 00000000000026b76777c792aa633c538f40c66a3f5ca151376a01ca52261f8c 0.00 MB 9 0
105,545 105,545 00000000000094b12cb260c55d78c60618954275b723dac33dab87d700207383 0.00 MB 3 0
105,544 105,544 000000000001625c516a2a420c5e30f4b72a406c2d74951463aed8560f066334 0.00 MB 7 532
105,543 105,543 000000000001b6983f7ddf872cefe097b4427ea6e054f2652b71227d2652707b 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.