Memory Pool Memory Pool Refreshing

3,582 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,555 899,555 00000000000000000001ecfa39bd17af4d8a41dd017a3dd8bb85f516f77b8de8 1.74 MB 3,201 3
899,554 899,554 000000000000000000021d8c493fcbbc057062ab5446b1d3bbafe7d31569edd2 1.06 MB 1,674 1
899,553 899,553 000000000000000000006c84b334a5aa22cc0897dc3725364e84fa8f1dc876bd 1.64 MB 2,322 2
899,552 899,552 000000000000000000022c8a91b35d70ecb96692f4501fd7edad77e9f1cf037e 1.69 MB 1,433 2
899,551 899,551 00000000000000000001d4843485c1233bfdff12036b52a11d00708f64c2a2e1 1.73 MB 1,601 2
899,550 899,550 000000000000000000000b31a7e39893d2e1355f038951776bf8a40500dbd1f6 1.71 MB 1,902 2
899,549 899,549 000000000000000000012f14ea1e3e45a298a03d248b20ae659df7fd64d26124 1.77 MB 2,779 3
899,548 899,548 00000000000000000000a8acb262cac8da25d07bdcfe7de0375a011bbfc1b07d 1.70 MB 3,477 4
899,547 899,547 00000000000000000000509757b2d9393009b9bbe8e9171855becc03fc15fb7c 1.61 MB 3,629 9
899,546 899,546 000000000000000000005608831417cc6f0eaa8b13e96ba0aed2e13423f78034 1.42 MB 1,973 2
899,545 899,545 000000000000000000019122eb49fbaae26e2e880c2450a310c9a97c2f24d12d 1.57 MB 3,891 7
899,544 899,544 00000000000000000000a4dd2ac3efdefb5da533206e6a81250d74b9a929bf8e 0.08 MB 73 2
899,543 899,543 00000000000000000001e08f774da0d3750b7818bad952c255af6e6bbc36ca66 0.19 MB 532 1
899,542 899,542 000000000000000000010615b729cca31a985626e2aa84bfd2f12cb1f2255263 1.72 MB 2,786 2
899,541 899,541 000000000000000000014b272667da5e0c03a198bc79365b43b8fcb3534e54e5 1.57 MB 3,782 6
899,540 899,540 00000000000000000000b1c6d2ab523b2ea43b010a53432ad5bff2f39076d610 1.44 MB 2,864 2
899,539 899,539 000000000000000000010eb057c6836ea6d6f3f0acf98d2f2c93135789600e95 1.47 MB 1,838 2
899,538 899,538 00000000000000000001d361c39aa2fdbe63c2876d62671ed6cdb7f99996ee4a 1.89 MB 3,140 2
899,537 899,537 00000000000000000001eabdacc22e2cdb08d7bd1cae3e1db1f418330f7f02ab 1.51 MB 3,055 3
899,536 899,536 0000000000000000000179e47267f27a17d052c3b2cdcf12956f0b1a0b452aa7 1.58 MB 3,419 5
899,535 899,535 00000000000000000001d154589092986bc1edc15d7cf7684dcd8c557e362498 1.57 MB 3,179 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.