Memory Pool Memory Pool Refreshing

2,283 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (874,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,038 34,038 00000000af116aff725b9c27d3f4879ac0994bfcce3f19067c9e3a010e153ed2 0.00 MB 1 0
34,037 34,037 00000000b614a3432619dd3325ebf6850e2d1bfd8874fa79bf7276a5f1641691 0.00 MB 1 0
34,036 34,036 0000000021ab91d4898ea4b5e29c581630a4f20f3f8b53e20bd82a60b9411a2c 0.00 MB 1 0
34,035 34,035 00000000a15d4bf6b545ecd6b3ee6c68eb16b9a1c7899a7a27e80bc1b33b207b 0.00 MB 1 0
34,034 34,034 000000001e3beb41ce8c81dc1b944672305fe29d3defe6d4c5d609923475b602 0.00 MB 1 0
34,033 34,033 0000000035843476ae720369d44232a0cec26e2b195138610da5098e5c9b5f0f 0.00 MB 1 0
34,032 34,032 000000001d0d13603f14705501e5f16df1975eab7d58e0e4ed908edc0410cd0b 0.00 MB 1 0
34,031 34,031 00000000b2d3088131445fb70bda85e90663c36a66d429a2089c05014b8aac2b 0.00 MB 1 0
34,030 34,030 000000000be195a88ec22f1020011db6389783727f817be7dd24c8bc4c999290 0.00 MB 1 0
34,029 34,029 00000000a3db153cafe44ca160c39abf6e2debedb8e71fbdacb9f3480e2a0038 0.00 MB 1 0
34,028 34,028 00000000c6ed6fde18cd239d2e01b4b0384aac45a18f0c640a1331b3e4659dfd 0.00 MB 1 0
34,027 34,027 0000000032f709d666191c09df9c1cb84a2a055c54a6937212e4afe870fd9ccb 0.00 MB 1 0
34,026 34,026 000000006e21decc209297ce30587ac787fa00107972f300304cf9cc2c1174e8 0.00 MB 1 0
34,025 34,025 0000000035df37453cc75c603e351ebd50e800b3fdab7cdda2a2a0d4a449b9dc 0.00 MB 1 0
34,024 34,024 000000002d9e96310387cea2d2fc01052b537b5a01aca8cefb6f716caef275c7 0.00 MB 1 0
34,023 34,023 000000003030b613879fae20be5b589a6aed5356752d1e8983a61508a9010720 0.00 MB 1 0
34,022 34,022 00000000ca406bee2873d32d2c0b758e68136946dbdf9e0ff7e3871484f5f3cc 0.00 MB 1 0
34,021 34,021 00000000a9b5641cd2749badd0b719b1f2e5afcfde94bcff5b78cd934c381e4a 0.00 MB 1 0
34,020 34,020 0000000068b867e64c60eba3806655a27077cd4a447d9c5b39048fbdfe7452d5 0.00 MB 1 0
34,019 34,019 000000006f0b2960b7c8e1533df7128140641632e7cc2c64bc32f57cc27b7171 0.00 MB 1 0
34,018 34,018 000000007bc25d1ff3c1323ffa1c89b2d297d49f26351b5da54f3e67500a889d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.